init.
This commit is contained in:
parent
8bd7106d96
commit
055bd1b863
2
main.py
2
main.py
@ -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__)
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
flask
|
||||
httpx
|
||||
python-dotenv
|
||||
logging
|
||||
Loading…
x
Reference in New Issue
Block a user