mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-26 18:05:48 +03:00
[GH-ISSUE #169] selectProviderWithFallback不正常,有可能会无法fallback #130
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#130
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?
Originally created by @adeewu on GitHub (Jan 6, 2026).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/169
效果
本来预想是如果openai-custom的账户不健康后,fallback到openai-qwen-oauth,实际效果却不是,在
selectProviderWithFallback方法中的Provider Fallback Chain的配置池中,又重新获取到当前不健康的账户,导致无法进入Model Fallback Mapping猜想
可能是我的配置有问题,可能就需要
selectProviderWithFallback中需要过滤掉fallback前的账户配置说明
在openai-custom添加账户(实际不可用的)
在openai-qwen-oauth添加账户
在config.json配置