Skip to content

Commit

Permalink
✨feature(1.6.0): grok-2 gemini-2
Browse files Browse the repository at this point in the history
add new model
  • Loading branch information
vacuityv committed Jan 2, 2025
1 parent 33358af commit 45ed280
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 23 deletions.
8 changes: 4 additions & 4 deletions appcast.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"identifier": "me.vacuity.chat.gptranslate",
"versions": [
{
"version": "1.5.0",
"desc": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/tag/1.5.0",
"sha256": "c3f34d5c7379fcafffe4f34e4a286aa3cf575a88f9dea8abfc3a0f98d4b5611d",
"url": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/download/1.5.0/bob-plugin-vac-gptranslate.bobplugin",
"version": "1.6.0",
"desc": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/tag/1.6.0",
"sha256": "2d25887c37661f389f527107aa911f4f3a07fcf0eb774a240fd1693dec286e09",
"url": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/download/1.6.0/bob-plugin-vac-gptranslate.bobplugin",
"minBobVersion": "0.5.0"
}
]
Expand Down
26 changes: 7 additions & 19 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"identifier": "me.vacuity.chat.gptranslate",
"version": "1.5.0",
"version": "1.6.0",
"category": "translate",
"name": "GPTranslate",
"summary": "调用openai-chatgpt/google-gemini/anthropic-claude/xai-grok/ali-qwen实现翻译功能",
Expand Down Expand Up @@ -31,36 +31,24 @@
"value": "gpt-4o-mini"
},
{
"title": "gpt3.5",
"value": "gpt3.5"
},
{
"title": "gpt4o",
"value": "gpt4o"
},
{
"title": "gemini-pro",
"value": "gemini-pro"
"title": "gpt-4o",
"value": "gpt-4o"
},
{
"title": "gemini-1.5-pro",
"value": "gemini-1.5-pro"
},
{
"title": "gemini-1.5-flash",
"value": "gemini-1.5-flash"
"title": "gemini-2.0-flash-exp",
"value": "gemini-2.0-flash-exp"
},
{
"title": "claude-3.5-sonnet",
"value": "claude-3.5-sonnet"
},
{
"title": "xai-grok-beta",
"value": "grok-beta"
},
{
"title": "ali-qwen-turbo",
"value": "qwen-turbo"
"title": "grok-2",
"value": "grok-2"
},
{
"title": "ali-qwen-plus",
Expand Down

0 comments on commit 45ed280

Please sign in to comment.