This commit is contained in:
LzSkyline 2025-02-07 20:14:48 +08:00
parent 8bd7106d96
commit 055bd1b863
2 changed files with 2 additions and 3 deletions

View File

@ -91,7 +91,7 @@ class DifyModelManager:
model_manager = DifyModelManager()
# 从环境变量获取API基础URL
DIFY_API_BASE = os.getenv("DIFY_API_BASE", "https://mify-be.pt.xiaomi.com/api/v1")
DIFY_API_BASE = os.getenv("DIFY_API_BASE", "")
app = Flask(__name__)

View File

@ -1,4 +1,3 @@
flask
httpx
python-dotenv
logging
python-dotenv