Files
wehub-resource-sync 19ce5adb69
CI / Test (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Type Check (push) Has been cancelled
CI / Docker Tests (push) Has been cancelled
CI / Build (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:46:45 +08:00

45 lines
996 B
JSON

{
"LOG": false,
"LOG_LEVEL": "debug",
"CLAUDE_PATH": "",
"HOST": "127.0.0.1",
"PORT": 3456,
"APIKEY": "",
"API_TIMEOUT_MS": "600000",
"PROXY_URL": "",
"transformers": [],
"Providers": [
{
"name": "openrouter",
"api_base_url": "https://openrouter.ai/api/v1/chat/completions",
"api_key": "__OPENROUTER_API_KEY__",
"models": [
"google/gemini-2.5-pro-preview",
"google/gemini-3-pro-preview",
"openai/gpt-5.1"
],
"transformer": {
"use": ["openrouter"]
}
},
{
"name": "localLLM",
"api_base_url": "http://host.docker.internal:1234/v1/chat/completions",
"api_key": "not-needed",
"models": ["qwen/qwen3-coder-30b", "openai/gpt-oss-20b"]
}
],
"StatusLine": {
"enabled": false,
"currentStyle": "default",
"default": {
"modules": []
},
"powerline": {
"modules": []
}
},
"Router": "__ROUTER_CONFIG__",
"CUSTOM_ROUTER_PATH": ""
}