mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
feat: enable repo map for Claude 3.5 Haiku models
This commit is contained in:
parent
da4b3770c0
commit
33db8ee0c3
1 changed files with 2 additions and 1 deletions
|
@ -345,11 +345,11 @@ MODEL_SETTINGS = [
|
|||
},
|
||||
cache_control=True,
|
||||
),
|
||||
#ai all the 3.5 haikus should have use_repo_map=True!
|
||||
ModelSettings(
|
||||
"anthropic/claude-3-5-haiku-20241022",
|
||||
"diff",
|
||||
weak_model_name="anthropic/claude-3-5-haiku-20241022",
|
||||
use_repo_map=True,
|
||||
extra_params={
|
||||
"extra_headers": {
|
||||
"anthropic-beta": ANTHROPIC_BETA_HEADER,
|
||||
|
@ -361,6 +361,7 @@ MODEL_SETTINGS = [
|
|||
"claude-3-5-haiku-20241022",
|
||||
"diff",
|
||||
weak_model_name="claude-3-5-haiku-20241022",
|
||||
use_repo_map=True,
|
||||
examples_as_sys_msg=True,
|
||||
extra_params={
|
||||
"extra_headers": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue