parsers/renderers: use think from user for nemotron (#13492)

This commit is contained in:
Parth Sareen
2025-12-15 18:55:17 -08:00
committed by GitHub
parent 7e3ea813c1
commit 89eb795293
6 changed files with 25 additions and 59 deletions

View File

@@ -63,9 +63,7 @@ func ParserForName(name string) Parser {
case "olmo3-think":
return &Olmo3ThinkParser{}
case "nemotron-3-nano":
return &Nemotron3NanoParser{HasThinking: false}
case "nemotron-3-nano-thinking":
return &Nemotron3NanoParser{HasThinking: true}
return &Nemotron3NanoParser{}
default:
return nil
}