Skip to content

Commit

Permalink
feat: supported Claude 3.5 Sonnet
Browse files Browse the repository at this point in the history
GaiZhenbiao committed Jun 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 588d672 commit c9fba78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/presets.py
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@
"GPT4",
"GPT4 32K",
"Claude 3 Haiku",
"Claude 3 Sonnet",
"Claude 3.5 Sonnet",
"Claude 3 Opus",
"川虎助理",
"川虎助理 Pro",
@@ -249,8 +249,8 @@
"slogan": i18n("claude_default_slogan"),
}
},
"Claude 3 Sonnet": {
"model_name": "claude-3-sonnet-20240229",
"Claude 3.5 Sonnet": {
"model_name": "claude-3-5-sonnet-20240620",
"description": "claude3_sonnet_description",
"token_limit": 200000,
"max_generation": 4096,

0 comments on commit c9fba78

Please sign in to comment.