mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
Added vertex_ai/claude-3-sonnet@20240229, bumped deps to upgrade litellm #704
This commit is contained in:
parent
8a91e8822f
commit
4fed045f27
2 changed files with 19 additions and 12 deletions
|
@ -210,6 +210,11 @@ MODEL_SETTINGS = [
|
|||
use_repo_map=True,
|
||||
send_undo_reply=True,
|
||||
),
|
||||
ModelSettings(
|
||||
"vertex_ai/claude-3-sonnet@20240229",
|
||||
"whole",
|
||||
weak_model_name="vertex_ai/claude-3-haiku@20240307",
|
||||
),
|
||||
# Cohere
|
||||
ModelSettings(
|
||||
"command-r-plus",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue