mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: Add remove_reasoning
setting to ModelSettings
This commit is contained in:
parent
a3726d72f5
commit
f49733d1d2
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ class ModelSettings:
|
||||||
streaming: bool = True
|
streaming: bool = True
|
||||||
editor_model_name: Optional[str] = None
|
editor_model_name: Optional[str] = None
|
||||||
editor_edit_format: Optional[str] = None
|
editor_edit_format: Optional[str] = None
|
||||||
|
remove_reasoning: Optional[str] = None
|
||||||
|
|
||||||
|
|
||||||
# https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo
|
# https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue