From aa9947250972a08a35f464b2657fc290dd913fd3 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Mon, 13 Apr 2026 11:07:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20llm-proxy=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=BA=E5=8D=95=E7=AB=AF=E5=8F=A3=20v2.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/projects.json b/projects.json index aa7576c..d155381 100644 --- a/projects.json +++ b/projects.json @@ -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",