mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
feat: add support for claude-3-5-sonnet-latest model
This commit is contained in:
parent
72c1f25005
commit
3794cf941f
1 changed files with 17 additions and 0 deletions
|
@ -298,6 +298,23 @@ MODEL_SETTINGS = [
|
||||||
cache_control=True,
|
cache_control=True,
|
||||||
reminder="user",
|
reminder="user",
|
||||||
),
|
),
|
||||||
|
ModelSettings(
|
||||||
|
"anthropic/claude-3-5-sonnet-latest",
|
||||||
|
"diff",
|
||||||
|
weak_model_name="anthropic/claude-3-haiku-20240307",
|
||||||
|
editor_model_name="anthropic/claude-3-5-sonnet-20241022",
|
||||||
|
editor_edit_format="editor-diff",
|
||||||
|
use_repo_map=True,
|
||||||
|
examples_as_sys_msg=True,
|
||||||
|
extra_params={
|
||||||
|
"extra_headers": {
|
||||||
|
"anthropic-beta": ANTHROPIC_BETA_HEADER,
|
||||||
|
},
|
||||||
|
"max_tokens": 8192,
|
||||||
|
},
|
||||||
|
cache_control=True,
|
||||||
|
reminder="user",
|
||||||
|
),
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
"claude-3-5-sonnet-20241022",
|
"claude-3-5-sonnet-20241022",
|
||||||
"diff",
|
"diff",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue