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()
|
model_manager = DifyModelManager()
|
||||||
|
|
||||||
# 从环境变量获取API基础URL
|
# 从环境变量获取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__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
flask
|
flask
|
||||||
httpx
|
httpx
|
||||||
python-dotenv
|
python-dotenv
|
||||||
logging
|
|
||||||
Loading…
x
Reference in New Issue
Block a user