mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
Merge branch 'main' of github.com:Aider-AI/aider
This commit is contained in:
commit
2d0de85976
1 changed files with 15 additions and 0 deletions
|
@ -331,6 +331,21 @@ MODEL_SETTINGS = [
|
||||||
reminder="user",
|
reminder="user",
|
||||||
cache_control=True,
|
cache_control=True,
|
||||||
),
|
),
|
||||||
|
ModelSettings(
|
||||||
|
"openrouter/anthropic/claude-3.5-sonnet:beta",
|
||||||
|
"diff",
|
||||||
|
weak_model_name="openrouter/anthropic/claude-3-haiku-20240307",
|
||||||
|
editor_model_name="openrouter/anthropic/claude-3.5-sonnet:beta",
|
||||||
|
editor_edit_format="editor-diff",
|
||||||
|
use_repo_map=True,
|
||||||
|
examples_as_sys_msg=True,
|
||||||
|
accepts_images=True,
|
||||||
|
extra_params={
|
||||||
|
"max_tokens": 8192,
|
||||||
|
},
|
||||||
|
reminder="user",
|
||||||
|
cache_control=True,
|
||||||
|
),
|
||||||
# Vertex AI Claude models
|
# Vertex AI Claude models
|
||||||
# Does not yet support 8k token
|
# Does not yet support 8k token
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue