修改端口信息
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 12m40s

This commit is contained in:
2026-04-16 00:31:33 +08:00
parent a92a220ff3
commit a5b8820d13
9 changed files with 114 additions and 96 deletions

4
.env
View File

@@ -36,8 +36,8 @@ DB_URI=postgresql://postgres:mysecretpassword@115.190.121.151:5432/langgraph_db?
# -----------------------------------------------------------------------------
# 前端配置
# -----------------------------------------------------------------------------
# 后端 API 地址(本地开发使用 8003 端口,避免与 vLLM 冲突)
API_URL=http://localhost:8003/chat
# 后端 API 地址(本地开发使用 8083 端口,避免与 llama.cpp 冲突)
API_URL=http://localhost:8083/chat
# -----------------------------------------------------------------------------
# 应用行为配置