feat: support DeepSeek V4 reasoning suffix handling

This commit is contained in:
HynoR
2026-04-24 16:50:35 +08:00
parent 2e610e5fb3
commit 435d7ae0dd
4 changed files with 113 additions and 19 deletions
+2
View File
@@ -2,6 +2,8 @@ package deepseek
var ModelList = []string{
"deepseek-chat", "deepseek-reasoner",
"deepseek-v4-flash", "deepseek-v4-flash-none", "deepseek-v4-flash-max",
"deepseek-v4-pro", "deepseek-v4-pro-none", "deepseek-v4-pro-max",
}
var ChannelName = "deepseek"