mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 22:33:56 +00:00
parsers/renderers: use think from user for nemotron (#13492)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user