feat: 将默认 LLM 配置从 OpenAI 切换为 DeepSeek (deepseek-v4-pro)
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ func GetLLMConfig(db *sql.DB, userID int64) (LLMConfig, error) {
|
||||
}
|
||||
|
||||
if config.Model == "" {
|
||||
config.Model = "gpt-4o"
|
||||
config.Model = "deepseek-v4-pro"
|
||||
}
|
||||
|
||||
return config, nil
|
||||
|
||||
Reference in New Issue
Block a user