mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
restore the reminder for sonnet
This commit is contained in:
parent
2849c8bf78
commit
7ba798647f
1 changed files with 4 additions and 4 deletions
|
@ -275,7 +275,7 @@ MODEL_SETTINGS = [
|
|||
"anthropic-beta": ANTHROPIC_BETA_HEADER,
|
||||
},
|
||||
cache_control=True,
|
||||
reminder=None,
|
||||
reminder="user",
|
||||
),
|
||||
ModelSettings(
|
||||
"anthropic/claude-3-5-sonnet-20240620",
|
||||
|
@ -288,7 +288,7 @@ MODEL_SETTINGS = [
|
|||
"anthropic-beta": ANTHROPIC_BETA_HEADER,
|
||||
},
|
||||
cache_control=True,
|
||||
reminder=None,
|
||||
reminder="user",
|
||||
),
|
||||
ModelSettings(
|
||||
"anthropic/claude-3-haiku-20240307",
|
||||
|
@ -323,7 +323,7 @@ MODEL_SETTINGS = [
|
|||
"HTTP-Referer": AIDER_SITE_URL,
|
||||
"X-Title": AIDER_APP_NAME,
|
||||
},
|
||||
reminder=None,
|
||||
reminder="user",
|
||||
),
|
||||
# Vertex AI Claude models
|
||||
# Does not yet support 8k token
|
||||
|
@ -334,7 +334,7 @@ MODEL_SETTINGS = [
|
|||
use_repo_map=True,
|
||||
examples_as_sys_msg=True,
|
||||
accepts_images=True,
|
||||
reminder=None,
|
||||
reminder="user",
|
||||
),
|
||||
ModelSettings(
|
||||
"vertex_ai/claude-3-opus@20240229",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue