DeepseekV3 Family Parser (#13484)

This commit is contained in:
Grace
2025-12-16 18:56:30 -08:00
committed by GitHub
parent f6a016f49d
commit a013693f80
6 changed files with 1099 additions and 6 deletions

View File

@@ -58,6 +58,8 @@ func ParserForName(name string) Parser {
return harmony.NewHarmonyMessageHandler()
case "cogito":
return &CogitoParser{}
case "deepseek3":
return &DeepSeek3Parser{hasThinkingSupport: true}
case "olmo3":
return &Olmo3Parser{}
case "olmo3-think":