mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 06:53:14 +08:00
* Revert "chore(compute): bump presetDataVersion to 69 (Claude provider now loads) (#49)" This reverts commit717ae69635. * Revert "fix(compute): rename anthropic-claude provider file to match _index basename (#48)" This reverts commita1ec69ee71. * Revert "feat(compute): 新增 Claude 订阅 provider(anthropic-claude) (#47)" This reverts commit1261460734. * chore(compute): bump presetDataVersion to 70(推送回滚后的干净数据给已同步 v68/v69 的客户端)
33 lines
502 B
JSON
33 lines
502 B
JSON
{
|
|
"description": "Provider 加载顺序索引",
|
|
"order": [
|
|
"openai",
|
|
"openai-codex",
|
|
"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"
|
|
]
|
|
}
|