This commit is contained in:
oficcejo
2026-02-27 12:08:00 +08:00
parent bce3b9645f
commit f3af15ddc8
25 changed files with 203 additions and 132 deletions
+6
View File
@@ -26,6 +26,12 @@ class ConfigManager:
"required": False,
"type": "text"
},
"DEFAULT_MODEL_NAME": {
"value": "deepseek-chat",
"description": "AI模型名称(支持OpenAI兼容模型)",
"required": False,
"type": "text"
},
"TUSHARE_TOKEN": {
"value": "",
"description": "Tushare数据接口Token(可选)",