Files
config-center/compute/providers/_index.json
Johnson 211d280c42 chore(internal-testing): 退役内置 provider;bump presetDataVersion to 52
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。
2026-05-25 15:49:58 +08:00

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"
]
}