mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
Merge pull request #703 from spdustin/add-claude-models
This commit is contained in:
commit
8a91e8822f
1 changed files with 14 additions and 0 deletions
|
@ -196,6 +196,20 @@ MODEL_SETTINGS = [
|
||||||
weak_model_name="openrouter/anthropic/claude-3-haiku-20240307",
|
weak_model_name="openrouter/anthropic/claude-3-haiku-20240307",
|
||||||
use_repo_map=True,
|
use_repo_map=True,
|
||||||
),
|
),
|
||||||
|
# Vertex AI Claude models
|
||||||
|
ModelSettings(
|
||||||
|
"vertex_ai/claude-3-5-sonnet@20240620",
|
||||||
|
"diff",
|
||||||
|
weak_model_name="vertex_ai/claude-3-haiku@20240307",
|
||||||
|
use_repo_map=True,
|
||||||
|
),
|
||||||
|
ModelSettings(
|
||||||
|
"vertex_ai/claude-3-opus@20240229",
|
||||||
|
"diff",
|
||||||
|
weak_model_name="vertex_ai/claude-3-haiku@20240307",
|
||||||
|
use_repo_map=True,
|
||||||
|
send_undo_reply=True,
|
||||||
|
),
|
||||||
# Cohere
|
# Cohere
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
"command-r-plus",
|
"command-r-plus",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue