Files
lingma-proxy-compose/config.example.json
2026-04-30 18:20:04 +08:00

25 lines
544 B
JSON

{
"host": "127.0.0.1",
"port": 8095,
"backend": "remote",
"transport": "auto",
"mode": "chat",
"model": "kmodel",
"session_mode": "auto",
"timeout": 300,
"remote_fallback_enabled": true,
"remote_fallback_models": [
"kmodel",
"mmodel",
"dashscope_qwen3_coder",
"dashscope_qmodel",
"dashscope_qwen_max_latest",
"dashscope_qwen_plus_20250428_thinking"
],
"cwd": "C:/Workspace/Personal/lingma-ipc-proxy",
"shell_type": "powershell",
"current_file_path": "",
"pipe": "",
"websocket_url": ""
}