优化取名逻辑

This commit is contained in:
cjd
2025-11-05 17:26:45 +08:00
parent 25de84e600
commit 68ae25fac2
8 changed files with 980 additions and 169 deletions

View File

@@ -359,5 +359,13 @@
"Enabled": false,
"Address": "http://localhost:5341/",
"ApiKey": ""
},
"DeepSeek": {
"BaseUrl": "https://api.deepseek.com/v1",
"ApiKey": "",
"Model": "deepseek-chat",
"TimeoutSeconds": 15,
"Temperature": 0.6,
"MaxTokens": 800
}
}
}