update pay ui

This commit is contained in:
2025-12-17 16:46:06 +08:00
parent c88f13db89
commit c589516633

View File

@@ -87,7 +87,7 @@ MODEL_CONFIGS = {
},
"deepmoney": {
"api_key": "", # 空值
"base_url": "http://111.62.35.50:8000/v1",
"base_url": "http://111.62.35.51:8000/v1",
"model": "deepmoney",
"max_tokens": 32768, # DeepMoney 本地托管,上下文 65536输出限制 32768
},
@@ -3466,7 +3466,7 @@ MEETING_MODEL_CONFIGS = {
},
"deepmoney": {
"api_key": "",
"base_url": "http://111.62.35.50:8000/v1",
"base_url": "http://111.62.35.51:8000/v1",
"model": "deepmoney",
},
}