mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-09-05 21:33:40 +08:00
- compute/providers/github-copilot.json:coding-plan + credentialSource github-copilot,models 留空(可用集合随订阅档位与组织策略变化,由客户端 登录后经 /models 动态发现) - schemas/provider.schema.json:credentialSource 枚举登记 github-copilot 及其语义 - _index.json 顺序追加;manifest presetDataVersion 105 → 106 - 测试计价归属表登记 github-copilot(USD) Co-authored-by: yi-ge <jackyoncode@gmail.com>
34 lines
529 B
JSON
34 lines
529 B
JSON
{
|
|
"description": "Provider 加载顺序索引",
|
|
"order": [
|
|
"openai",
|
|
"openai-codex",
|
|
"anthropic",
|
|
"anthropic-claude",
|
|
"github-copilot",
|
|
"deepseek",
|
|
"dashscope",
|
|
"volcengine",
|
|
"moonshot",
|
|
"zhipu",
|
|
"zhipu-embedding",
|
|
"baichuan",
|
|
"minimax",
|
|
"xiaomi",
|
|
"baidu",
|
|
"tencent",
|
|
"xunfei",
|
|
"siliconflow",
|
|
"local-whisper",
|
|
"ollama",
|
|
"google",
|
|
"mistral",
|
|
"xai",
|
|
"cohere",
|
|
"kling",
|
|
"stability",
|
|
"openrouter",
|
|
"perplexity"
|
|
]
|
|
}
|