mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-15 20:20:09 +00:00
- Add GLMT proxy server for GLM model routing - Add GLMT transformer for output format conversion - Update CLI with new proxy and transformer commands - Add comprehensive test suite for new functionality - Update documentation and architecture guides - Bump version and update changelog
18 lines
574 B
JSON
18 lines
574 B
JSON
{
|
|
"env": {
|
|
"ANTHROPIC_BASE_URL": "https://api.z.ai/api/coding/paas/v4/chat/completions",
|
|
"ANTHROPIC_AUTH_TOKEN": "YOUR_GLM_API_KEY_HERE",
|
|
"ANTHROPIC_MODEL": "glm-4.6",
|
|
"ANTHROPIC_DEFAULT_OPUS_MODEL": "glm-4.6",
|
|
"ANTHROPIC_DEFAULT_SONNET_MODEL": "glm-4.6",
|
|
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "glm-4.6",
|
|
"ANTHROPIC_TEMPERATURE": "0.2",
|
|
"ANTHROPIC_MAX_TOKENS": "65536",
|
|
"MAX_THINKING_TOKENS": "32768",
|
|
"ENABLE_STREAMING": "true",
|
|
"ANTHROPIC_SAFE_MODE": "false",
|
|
"API_TIMEOUT_MS": "3000000"
|
|
},
|
|
"alwaysThinkingEnabled": true
|
|
}
|