feat: 适配 Nginx /ai/ 路径前缀
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m25s

This commit is contained in:
2026-04-14 02:37:42 +08:00
parent 58b424982a
commit 8eccec3fb8
3 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ import streamlit as st
# 原来的硬编码,本地测试
# API_URL = "http://115.190.121.151:8001/chat"
# 改为相对路径(由 Nginx 代理转发)
API_URL = "/api/chat"
# 改为相对路径(由 Nginx 代理转发,路径前缀为 /ai
API_URL = "/ai/api/chat"
st.set_page_config(page_title="AI 个人助手", page_icon="🤖")
st.title("🤖 个人生活与数据分析助手")