Skip to content

Commit

Permalink
Fix model string name
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb committed Jun 20, 2024
1 parent 42f192e commit 79da20a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_anthropic_models(self):
{"id": "claude-3-haiku-20240307", "name": "claude-3-haiku"},
{"id": "claude-3-opus-20240229", "name": "claude-3-opus"},
{"id": "claude-3-sonnet-20240229", "name": "claude-3-sonnet"},
{"id": "claude-3.5-sonnet-20240620", "name": "claude-3.5-sonnet"},
{"id": "claude-3-5-sonnet-20240620", "name": "claude-3.5-sonnet"},
# Add other Anthropic models here as they become available
]

Expand Down

0 comments on commit 79da20a

Please sign in to comment.