From 222b00abcd610068b573acd86d9a49d90269ca64 Mon Sep 17 00:00:00 2001 From: vacuity Date: Mon, 22 Jul 2024 15:40:58 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature(model):=20change=20default=20m?= =?UTF-8?q?odel=20to=20gpt-4o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appcast.json | 8 ++++---- info.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/appcast.json b/appcast.json index 41d99e3..4fe571f 100644 --- a/appcast.json +++ b/appcast.json @@ -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" } ] diff --git a/info.json b/info.json index 0015d05..7a72335 100644 --- a/info.json +++ b/info.json @@ -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实现翻译功能", @@ -24,7 +24,7 @@ "identifier": "modelType", "type": "menu", "title": "模型选择", - "defaultValue": "gpt-4o-mini", + "defaultValue": "gpt4o", "menuValues": [ { "title": "gpt-4o-mini",