diff --git a/examples/config.example.json b/examples/config.example.json deleted file mode 100644 index 382b968..0000000 --- a/examples/config.example.json +++ /dev/null @@ -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" - } - } -}