添加模型

This commit is contained in:
zk
2026-05-08 16:00:12 +08:00
parent eea7c33639
commit f14f07affa
3 changed files with 19 additions and 2 deletions
+7
View File
@@ -46,6 +46,13 @@ class Settings(BaseSettings):
jiayu_api_key: str = "Aa123123"
jiayu_base_url: str = "http://192.168.31.133:8800/v1"
#zm
zm_api_key: str = "3-chatgpt-is-free-free-free"
zm_base_url: str = "http://re.94xy.cn/v1"
# JWT
jwt_secret: str = "Aa123123"
token_expire_seconds: int = 5184000