mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-25 01:16:01 +03:00
[PR #312] [CLOSED] fix: add global config #332
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#332
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/justlovemaki/AIClient-2-API/pull/312
Author: @zhoukekestar
Created: 2/7/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
7712df8fix: add global config📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
src/providers/provider-pool-manager.js(+1 -0)📄 Description
当前 config 对象仅有 provider 的相关配置,缺少全局 config,导致相关 Service(GeminiApiService) 初始化时,无法读取相关配置,比如:PROXY_URL,进而对相关配置失效。
The current config object only contains provider-specific settings and is missing the global configuration. This prevents Service( GeminiApiService ) from accessing global variables like PROXY_URL during initialization, causing those settings to fail.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.