focus/examples/config.example.json

24 lines
406 B
JSON

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