mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
internal-testing 一直作为内测阶段的硬编码 provider 存在,现在客户端已切换到 登录后绑定 desirecore-cloud(NewAPI 网关)方案,internal-testing 不再需要。 从此 commit 起: - compute/providers/internal-testing.json 删除 - _index.json 移除 internal-testing 条目 - presetDataVersion 51 → 52,触发客户端重新合并预置 客户端需配套实现 retired-providers 清理逻辑:在 mergeBuiltinIfNewer 之后 执行一次性清理,移除本地 compute.json 中残留的 provider-internal-testing-001 + secrets.json#internal-testing。
32 lines
482 B
JSON
32 lines
482 B
JSON
{
|
|
"description": "Provider 加载顺序索引",
|
|
"order": [
|
|
"openai",
|
|
"anthropic",
|
|
"deepseek",
|
|
"dashscope",
|
|
"volcengine",
|
|
"moonshot",
|
|
"zhipu",
|
|
"zhipu-embedding",
|
|
"baichuan",
|
|
"lingyiwanwu",
|
|
"minimax",
|
|
"xiaomi",
|
|
"baidu",
|
|
"tencent",
|
|
"xunfei",
|
|
"siliconflow",
|
|
"local-whisper",
|
|
"ollama",
|
|
"google",
|
|
"mistral",
|
|
"xai",
|
|
"cohere",
|
|
"kling",
|
|
"stability",
|
|
"openrouter",
|
|
"perplexity"
|
|
]
|
|
}
|