Guest User

Untitled

a guest
Dec 7th, 2025
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. {
  2. "LOG": false,
  3. "LOG_LEVEL": "debug",
  4. "CLAUDE_PATH": "",
  5. "HOST": "0.0.0.0",
  6. "PORT": 3456,
  7. "APIKEY": "your_api_key",
  8. "API_TIMEOUT_MS": "600000",
  9. "PROXY_URL": "",
  10. "transformers": [],
  11. "Providers": [
  12. {
  13. "name": "ZAI",
  14. "api_base_url": "https://api.z.ai/api/coding/paas/v4/chat/completions",
  15. "api_key": "your_api_key",
  16. "models": [
  17. "glm-4.6"
  18. ],
  19. "transformer": {
  20. "use": [
  21. "forcereasoning"
  22. ]
  23. }
  24. }
  25. ],
  26. "StatusLine": {
  27. "enabled": false,
  28. "currentStyle": "default",
  29. "default": {
  30. "modules": []
  31. },
  32. "powerline": {
  33. "modules": []
  34. }
  35. },
  36. "Router": {
  37. "default": "ZAI,glm-4.6",
  38. "background": "",
  39. "think": "",
  40. "longContext": "ZAI,glm-4.6",
  41. "longContextThreshold": 200000,
  42. "webSearch": "",
  43. "image": ""
  44. },
  45. "CUSTOM_ROUTER_PATH": ""
  46. }
Advertisement
Add Comment
Please, Sign In to add comment