Skip to content

Commit

Permalink
support sonnet 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mruwnik committed Jun 27, 2024
1 parent 990c5dc commit a8ded96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/stampy_chat/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"gpt-4-turbo-preview": Model(128000, 50, 4096, OPENAI),
"gpt-4o": Model(128000, 50, 4096, OPENAI),
"claude-3-opus-20240229": Model(200_000, 50, 4096, ANTRHROPIC),
"claude-3-5-sonnet-20240620": Model(200_000, 50, 4096, ANTRHROPIC),
"claude-3-sonnet-20240229": Model(200_000, 50, 4096, ANTRHROPIC),
"claude-3-haiku-20240307": Model(200_000, 50, 4096, ANTRHROPIC),
"claude-2.1": Model(200_000, 50, 4096, ANTRHROPIC),
Expand Down

0 comments on commit a8ded96

Please sign in to comment.