mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: Add extra_params
field to ModelSettings
class and update instances
This commit is contained in:
parent
932aaea845
commit
58c856505b
1 changed files with 1 additions and 3 deletions
|
@ -73,9 +73,7 @@ class ModelSettings:
|
|||
lazy: bool = False
|
||||
reminder: str = "user"
|
||||
examples_as_sys_msg: bool = False
|
||||
extra_headers: Optional[dict] = None
|
||||
extra_body: Optional[dict] = None
|
||||
max_tokens: Optional[int] = None
|
||||
extra_params: Optional[dict] = None
|
||||
cache_control: bool = False
|
||||
caches_by_default: bool = False
|
||||
use_system_prompt: bool = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue