mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
feat: add cache_control_enabled field to ModelSettings
This commit is contained in:
parent
0bd4dc4622
commit
531ede2073
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class ModelSettings:
|
|||
examples_as_sys_msg: bool = False
|
||||
extra_headers: Optional[dict] = None
|
||||
max_tokens: Optional[int] = None
|
||||
cache_control_enabled: bool = False
|
||||
|
||||
|
||||
# https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue