Merge pull request #703 from spdustin/add-claude-models

This commit is contained in:
paul-gauthier 2024-06-21 09:35:36 -07:00 committed by GitHub
commit 8a91e8822f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -196,6 +196,20 @@ MODEL_SETTINGS = [
weak_model_name="openrouter/anthropic/claude-3-haiku-20240307",
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
ModelSettings(
"command-r-plus",