mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
turn on caching for haiku
This commit is contained in:
parent
53db8cfa82
commit
f6023865f8
1 changed files with 20 additions and 0 deletions
|
@ -288,6 +288,26 @@ MODEL_SETTINGS = [
|
|||
},
|
||||
cache_control=True,
|
||||
),
|
||||
ModelSettings(
|
||||
"anthropic/claude-3-haiku-20240307",
|
||||
"whole",
|
||||
weak_model_name="anthropic/claude-3-haiku-20240307",
|
||||
examples_as_sys_msg=True,
|
||||
extra_headers={
|
||||
"anthropic-beta": ANTHROPIC_BETA_HEADER,
|
||||
},
|
||||
cache_control=True,
|
||||
),
|
||||
ModelSettings(
|
||||
"claude-3-haiku-20240307",
|
||||
"whole",
|
||||
weak_model_name="claude-3-haiku-20240307",
|
||||
examples_as_sys_msg=True,
|
||||
extra_headers={
|
||||
"anthropic-beta": ANTHROPIC_BETA_HEADER,
|
||||
},
|
||||
cache_control=True,
|
||||
),
|
||||
ModelSettings(
|
||||
"openrouter/anthropic/claude-3.5-sonnet",
|
||||
"diff",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue