Created
November 2, 2025 23:20
-
-
Save crizCraig/58f752b29ef6180f763852d804bc86e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "LOG": true, | |
| "LOG_LEVEL": "trace", | |
| "CLAUDE_PATH": "", | |
| "HOST": "127.0.0.1", | |
| "PORT": 3456, | |
| "APIKEY": "", | |
| "API_TIMEOUT_MS": "600000", | |
| "PROXY_URL": "", | |
| "transformers": [], | |
| "Providers": [ | |
| { | |
| "name": "polychat", | |
| "api_base_url": "https://polychat.co/api/chat/completions", | |
| "api_key": "your-polychat-api-key-here", | |
| "models": [ | |
| "Sonnet-4-with-memory", | |
| "GPT-5", | |
| "memtree-sonnet-4.5-thinking-low", | |
| "memtree-sonnet-4.5", | |
| "memtree-gpt-5", | |
| "memtree-perplexity-pro", | |
| "Sonnet-4.5 Thinking Low" | |
| ], | |
| "transformer": { | |
| "use": [ | |
| "openrouter" | |
| ] | |
| } | |
| } | |
| ], | |
| "StatusLine": { | |
| "enabled": true, | |
| "currentStyle": "default", | |
| "default": { | |
| "modules": [ | |
| { | |
| "type": "model", | |
| "icon": "π€", | |
| "text": "{{model}}", | |
| "color": "bright_yellow" | |
| }, | |
| { | |
| "type": "usage", | |
| "icon": "π", | |
| "text": "{{inputTokens}} β {{outputTokens}}", | |
| "color": "bright_magenta" | |
| }, | |
| { | |
| "type": "workDir", | |
| "icon": "σ°", | |
| "text": "{{workDirName}}", | |
| "color": "bright_blue" | |
| } | |
| ] | |
| }, | |
| "powerline": { | |
| "modules": [] | |
| } | |
| }, | |
| "Router": { | |
| "default": "polychat,memtree-sonnet-4.5-thinking-low", | |
| "background": "polychat,memtree-sonnet-4.5", | |
| "think": "polychat,memtree-sonnet-4.5-thinking-low", | |
| "longContext": "polychat,memtree-sonnet-4.5-thinking-low", | |
| "longContextThreshold": 200000, | |
| "webSearch": "polychat,memtree-perplexity-pro", | |
| "image": "polychat,memtree-sonnet-4.5-thinking-low" | |
| }, | |
| "CUSTOM_ROUTER_PATH": "" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment