Files
config-center/compute/providers/_index.json
Yige 6ed4b1a66a revert(compute): 回滚 Claude 订阅 provider(#47/#48/#49),presetDataVersion → 70 (#50)
* Revert "chore(compute): bump presetDataVersion to 69 (Claude provider now loads) (#49)"

This reverts commit 717ae69635.

* Revert "fix(compute): rename anthropic-claude provider file to match _index basename (#48)"

This reverts commit a1ec69ee71.

* Revert "feat(compute): 新增 Claude 订阅 provider(anthropic-claude) (#47)"

This reverts commit 1261460734.

* chore(compute): bump presetDataVersion to 70(推送回滚后的干净数据给已同步 v68/v69 的客户端)
2026-07-08 23:19:11 +08:00

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