mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 21:24:59 +00:00
Merge pull request #1590 from hypn4/main
feat: add `extra_body`field and use in model settings.
This commit is contained in:
commit
0adb7e0fd3
4 changed files with 9 additions and 1 deletions
|
@ -74,6 +74,7 @@ class ModelSettings:
|
|||
reminder: str = "user"
|
||||
examples_as_sys_msg: bool = False
|
||||
extra_headers: Optional[dict] = None
|
||||
extra_body: Optional[dict] = None
|
||||
max_tokens: Optional[int] = None
|
||||
cache_control: bool = False
|
||||
caches_by_default: bool = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue