fix: 修复前后端启动问题,添加 BACKEND_PORT 配置
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
import re
|
||||
import streamlit as st
|
||||
|
||||
# 使用相对导入
|
||||
from ..state import AppState
|
||||
from ..api_client import api_client
|
||||
from ..config import config
|
||||
from state import AppState
|
||||
from api_client import api_client
|
||||
from config import config
|
||||
|
||||
|
||||
def render_chat_area():
|
||||
|
||||
Reference in New Issue
Block a user