Skip to content

Commit

Permalink
✨feature(gemini): 增加gemini-1.5-flash模型支持
Browse files Browse the repository at this point in the history
  • Loading branch information
vacuityv committed May 27, 2024
1 parent a0406c8 commit 93dfb58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"identifier": "me.vacuity.chat.gptranslate",
"version": "1.3.5",
"version": "1.3.6",
"category": "translate",
"name": "GPTranslate",
"summary": "调用chatgpt/gemini/claude实现翻译功能",
Expand Down Expand Up @@ -46,6 +46,10 @@
"title": "gemini-1.5-pro",
"value": "gemini-1.5-pro"
},
{
"title": "gemini-1.5-flash",
"value": "gemini-1.5-flash"
},
{
"title": "claude2",
"value": "claude2"
Expand Down

0 comments on commit 93dfb58

Please sign in to comment.