mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +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,
|
cache_control=True,
|
||||||
),
|
),
|
||||||
#ai all the 3.5 haikus should have use_repo_map=True!
|
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
"anthropic/claude-3-5-haiku-20241022",
|
"anthropic/claude-3-5-haiku-20241022",
|
||||||
"diff",
|
"diff",
|
||||||
weak_model_name="anthropic/claude-3-5-haiku-20241022",
|
weak_model_name="anthropic/claude-3-5-haiku-20241022",
|
||||||
|
use_repo_map=True,
|
||||||
extra_params={
|
extra_params={
|
||||||
"extra_headers": {
|
"extra_headers": {
|
||||||
"anthropic-beta": ANTHROPIC_BETA_HEADER,
|
"anthropic-beta": ANTHROPIC_BETA_HEADER,
|
||||||
|
@ -361,6 +361,7 @@ MODEL_SETTINGS = [
|
||||||
"claude-3-5-haiku-20241022",
|
"claude-3-5-haiku-20241022",
|
||||||
"diff",
|
"diff",
|
||||||
weak_model_name="claude-3-5-haiku-20241022",
|
weak_model_name="claude-3-5-haiku-20241022",
|
||||||
|
use_repo_map=True,
|
||||||
examples_as_sys_msg=True,
|
examples_as_sys_msg=True,
|
||||||
extra_params={
|
extra_params={
|
||||||
"extra_headers": {
|
"extra_headers": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue