mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
fix: update model property name from remove_reasoning to reasoning_tag
This commit is contained in:
parent
072ce87051
commit
f8a7854efa
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ class Coder:
|
|||
self.main_model = main_model
|
||||
# Set the reasoning tag name based on model settings or default
|
||||
self.reasoning_tag_name = (
|
||||
self.main_model.remove_reasoning if self.main_model.remove_reasoning else REASONING_TAG
|
||||
self.main_model.reasoning_tag if self.main_model.reasoning_tag else REASONING_TAG
|
||||
)
|
||||
|
||||
self.stream = stream and main_model.streaming
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue