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

22 lines
457 B
JSON

{
"host": "127.0.0.1",
"port": 8095,
"backend": "remote",
"transport": "websocket",
"mode": "agent",
"model": "kmodel",
"shell_type": "zsh",
"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": "/Users/tiancheng"
}