fix: 修正 llm-proxy 配置为单端口 v2.0.0
This commit is contained in:
@@ -81,18 +81,14 @@
|
|||||||
"id": "llm-proxy",
|
"id": "llm-proxy",
|
||||||
"name": "LLM Proxy",
|
"name": "LLM Proxy",
|
||||||
"type": "web",
|
"type": "web",
|
||||||
"ports": [19007, 19008],
|
"ports": [19007],
|
||||||
"directory": "/home/xian/.openclaw/common/projects/llm-proxy",
|
"directory": "/home/xian/.openclaw/common/projects/llm-proxy",
|
||||||
"start_cmd": "python3 app.py",
|
"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",
|
"health_url": "http://localhost:19007/health",
|
||||||
"description": "大模型API中转系统,多提供商调度",
|
"description": "大模型API中转系统,多提供商调度",
|
||||||
"admin_url": "http://localhost:19008",
|
"admin_url": "http://localhost:19007/admin",
|
||||||
"git_repo": "http://192.168.2.8:12007/coder/llm-proxy",
|
"git_repo": "http://192.168.2.8:12007/coder/llm-proxy",
|
||||||
"version": "v0.5.1"
|
"version": "v2.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "web-context-extension",
|
"id": "web-context-extension",
|
||||||
|
|||||||
Reference in New Issue
Block a user