fix: 修正 llm-proxy 配置为单端口 v2.0.0

This commit is contained in:
2026-04-13 11:07:52 +08:00
parent d2823e1b32
commit aa99472509

View File

@@ -81,18 +81,14 @@
"id": "llm-proxy",
"name": "LLM Proxy",
"type": "web",
"ports": [19007, 19008],
"ports": [19007],
"directory": "/home/xian/.openclaw/common/projects/llm-proxy",
"start_cmd": "python3 app.py",
"start_cmds": {
"api": {"port": 19007, "cmd": "python3 app.py"},
"admin": {"port": 19008, "cmd": "cd admin && python3 app.py"}
},
"health_url": "http://localhost:19007/health",
"description": "大模型API中转系统多提供商调度",
"admin_url": "http://localhost:19008",
"admin_url": "http://localhost:19007/admin",
"git_repo": "http://192.168.2.8:12007/coder/llm-proxy",
"version": "v0.5.1"
"version": "v2.0.0"
},
{
"id": "web-context-extension",