Added 3.5 sonnet

This commit is contained in:
Paul Gauthier 2024-06-20 08:26:35 -07:00
parent 068609e4ef
commit 090e0cdcfe
3 changed files with 68 additions and 15 deletions

View file

@ -178,6 +178,18 @@ MODEL_SETTINGS = [
"whole",
weak_model_name="claude-3-haiku-20240307",
),
ModelSettings(
"anthropic/claude-3.5-sonnet",
"diff",
weak_model_name="claude-3-haiku-20240307",
use_repo_map=True,
),
ModelSettings(
"openrouter/anthropic/claude-3.5-sonnet",
"diff",
weak_model_name="openrouter/anthropic/claude-3-haiku-20240307",
use_repo_map=True,
),
# Cohere
ModelSettings(
"command-r-plus",