mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
default to remove_reasoning:think for any unknown r1 model
This commit is contained in:
parent
c8b6d61ae2
commit
56eb1d106f
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue