Skip to content

Commit

Permalink
✨feature(model): change default model to gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
vacuityv committed Jul 22, 2024
1 parent 98ad5e6 commit 222b00a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.4.0",
"desc": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/tag/1.4.0",
"sha256": "abb8a9bddd7b800a767ae72560dac072354c51b3d77305aaec9f3f01d52aecc2",
"url": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/download/1.4.0/bob-plugin-vac-gptranslate.bobplugin",
"version": "1.4.1",
"desc": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/tag/1.4.1",
"sha256": "3892d72f35ef1295672f39df50d61844feab8fbd83f9ec6c61b5051ddad8a42e",
"url": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/download/1.4.1/bob-plugin-vac-gptranslate.bobplugin",
"minBobVersion": "0.5.0"
}
]
Expand Down
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"identifier": "me.vacuity.chat.gptranslate",
"version": "1.4.0",
"version": "1.4.1",
"category": "translate",
"name": "GPTranslate",
"summary": "调用chatgpt/gemini/claude实现翻译功能",
Expand All @@ -24,7 +24,7 @@
"identifier": "modelType",
"type": "menu",
"title": "模型选择",
"defaultValue": "gpt-4o-mini",
"defaultValue": "gpt4o",
"menuValues": [
{
"title": "gpt-4o-mini",
Expand Down

0 comments on commit 222b00a

Please sign in to comment.