chore(workspace): remove outdated examples

This commit is contained in:
DaiChaoXiong 2026-08-09 22:47:26 +08:00
parent 36a6ebd9fe
commit 0760911e2a
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
{
"default": "zai-coding-cn",
"providers": {
"zai-coding-cn": {
"kind": "zai",
"region": "cn",
"model": "glm-5.2"
},
"zai-intl": {
"kind": "zai",
"region": "intl",
"model": "glm-5.2"
},
"anthropic": {
"kind": "anthropic",
"model": "claude-sonnet-4-5"
},
"openai": {
"kind": "openai",
"model": "gpt-4o"
}
}
}