mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 06:17:55 +01:00
address comments
This commit is contained in:
@@ -1618,7 +1618,7 @@ func (s *Server) ChatHandler(c *gin.Context) {
|
||||
}
|
||||
msgs = filterThinkTags(msgs, m)
|
||||
|
||||
var builtinParser parsers.BuiltinParser
|
||||
var builtinParser parsers.Parser
|
||||
if m.Config.Parser != "" {
|
||||
builtinParser = parsers.ParserForName(m.Config.Parser)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user