Skip to content

Commit

Permalink
fix: 新增claude-3-sonnet-20240229,claude-3-opus-20240229
Browse files Browse the repository at this point in the history
  • Loading branch information
akl7777777 committed Mar 10, 2024
1 parent 72c443f commit bb5ef2e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"identifier": "com.akl.bob-plugin-akl-chatgpt-free-translate",
"version": "2.1.9",
"version": "2.2.0",
"category": "translate",
"name": "Free ChatGPT",
"summary": "免秘钥免启动任何服务调用ChatGPT",
Expand Down Expand Up @@ -119,6 +119,14 @@
"title": "gpt-3.5-turbo-16k-0613",
"value": "gpt-3.5-turbo-16k-0613"
},
{
"title": "claude-3-sonnet-20240229",
"value": "claude-3-sonnet-20240229"
},
{
"title": "claude-3-opus-20240229",
"value": "claude-3-opus-20240229"
},
{
"title": "gemini-pro",
"value": "gemini-pro"
Expand Down

0 comments on commit bb5ef2e

Please sign in to comment.