Skip to content

Commit

Permalink
fix(playground): additional model names for anthropic claude (#5520)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang authored Nov 22, 2024
1 parent cb9b1ce commit 2d67b31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/phoenix/server/api/helpers/playground_clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,9 @@ def __init__(
PROVIDER_DEFAULT,
"claude-3-5-sonnet-latest",
"claude-3-5-haiku-latest",
"claude-3-5-sonnet-20241022",
"claude-3-5-haiku-20241022",
"claude-3-5-sonnet-20240620",
"claude-3-opus-latest",
"claude-3-sonnet-20240229",
"claude-3-haiku-20240307",
Expand Down

0 comments on commit 2d67b31

Please sign in to comment.