Skip to content

Commit

Permalink
feat: supported Claude 3.5 Sonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
GaiZhenbiao committed Jun 22, 2024
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
Expand Up @@ -60,7 +60,7 @@
"GPT4",
"GPT4 32K",
"Claude 3 Haiku",
"Claude 3 Sonnet",
"Claude 3.5 Sonnet",
"Claude 3 Opus",
"川虎助理",
"川虎助理 Pro",
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit c9fba78

Please sign in to comment.