Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "LOG": false,
- "LOG_LEVEL": "debug",
- "CLAUDE_PATH": "",
- "HOST": "0.0.0.0",
- "PORT": 3456,
- "APIKEY": "your_api_key",
- "API_TIMEOUT_MS": "600000",
- "PROXY_URL": "",
- "transformers": [],
- "Providers": [
- {
- "name": "ZAI",
- "api_base_url": "https://api.z.ai/api/coding/paas/v4/chat/completions",
- "api_key": "your_api_key",
- "models": [
- "glm-4.6"
- ],
- "transformer": {
- "use": [
- "forcereasoning"
- ]
- }
- }
- ],
- "StatusLine": {
- "enabled": false,
- "currentStyle": "default",
- "default": {
- "modules": []
- },
- "powerline": {
- "modules": []
- }
- },
- "Router": {
- "default": "ZAI,glm-4.6",
- "background": "",
- "think": "",
- "longContext": "ZAI,glm-4.6",
- "longContextThreshold": 200000,
- "webSearch": "",
- "image": ""
- },
- "CUSTOM_ROUTER_PATH": ""
- }
Advertisement
Add Comment
Please, Sign In to add comment