feat(deepseek): 添加 DeepSeek reasoning 模式支持

This commit is contained in:
2026-05-26 16:27:49 +08:00
parent 3a57d25a76
commit 1063369d96
6 changed files with 103 additions and 39 deletions

View File

@@ -993,7 +993,7 @@ impl ConfigCommand {
"deepseek" => {
println!("DeepSeek models:");
println!(" deepseek-chat");
println!(" deepseek-coder");
println!(" deepseek-reasoner");
}
"openrouter" => {
println!("OpenRouter models (examples):");