mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 22:25:00 +00:00
fix: maintain backward compatibility for remove_reasoning field
This commit is contained in:
parent
f8a7854efa
commit
14e37a82ab
2 changed files with 2 additions and 1 deletions
|
@ -351,6 +351,7 @@ class Model(ModelSettings):
|
|||
self.examples_as_sys_msg = True
|
||||
self.use_temperature = False
|
||||
self.reasoning_tag = "think"
|
||||
self.remove_reasoning = "think" # For backward compatibility
|
||||
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