'commit'
This commit is contained in:
@@ -57,8 +57,3 @@ TEMP_IMAGE_DIR = r"d:\dsWork\aiData\Output"
|
||||
# False: 默认按各个供应商自己的 PRICE_FLATTEN_TO_24H 决定
|
||||
# True: 强制所有供应商都铺平成 24 小时整点数组
|
||||
PRICE_FLATTEN_TO_24H_GLOBAL = True
|
||||
|
||||
# 兼容旧代码的 LLM 配置
|
||||
LLM_API_KEY = ALY_LLM_API_KEY
|
||||
LLM_BASE_URL = ALY_LLM_BASE_URL
|
||||
LLM_MODEL_NAME = ALY_LLM_MODEL_NAME
|
||||
|
||||
Binary file not shown.
4
Start.py
4
Start.py
@@ -66,7 +66,7 @@ app.include_router(degree_router)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
logger.info("Starting 驿来特AI智能分析系统 with uvicorn on http://0.0.0.0:8000")
|
||||
logger.info("Starting 驿来特AI智能分析系统 with uvicorn on http://0.0.0.0:8400")
|
||||
import uvicorn
|
||||
Win32Patch.patch()
|
||||
uvicorn.run(app, host="0.0.0.0", port=8000)
|
||||
uvicorn.run(app, host="0.0.0.0", port=8400)
|
||||
|
||||
Reference in New Issue
Block a user