mirror of
https://github.com/ollama/ollama.git
synced 2026-04-30 09:48:46 -05:00
thinking: turn on thinking mode for all reasoning models (#12533)
This commit is contained in:
@@ -936,7 +936,7 @@ func (t *ThinkValue) UnmarshalJSON(data []byte) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
return fmt.Errorf("think must be a boolean or string (\"high\", \"medium\", \"low\")")
|
||||
return fmt.Errorf("think must be a boolean or string (\"high\", \"medium\", \"low\", true, or false)")
|
||||
}
|
||||
|
||||
// MarshalJSON implements json.Marshaler
|
||||
|
||||
Reference in New Issue
Block a user