default to remove_reasoning:think for any unknown r1 model

This commit is contained in:
Paul Gauthier 2025-02-04 13:51:05 -08:00
parent c8b6d61ae2
commit 56eb1d106f

View file

@ -316,6 +316,7 @@ class Model(ModelSettings):
self.use_repo_map = True
self.examples_as_sys_msg = True
self.use_temperature = False
self.remove_reasoning = "think"
return # <--
if ("llama3" in model or "llama-3" in model) and "70b" in model: