From bd72492fe9e86341b5a105841c86ae09dc1a95c9 Mon Sep 17 00:00:00 2001 From: vacuity Date: Mon, 24 Jun 2024 09:50:07 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature(claude):=20add=20new=20model:?= =?UTF-8?q?=20claude-3.5-sonnet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appcast.json | 8 ++++---- info.json | 10 +++++++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/appcast.json b/appcast.json index 4aaaa11..5cb318d 100644 --- a/appcast.json +++ b/appcast.json @@ -2,10 +2,10 @@ "identifier": "me.vacuity.chat.gptranslate", "versions": [ { - "version": "1.3.7", - "desc": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/tag/1.3.7", - "sha256": "5cdecbd8ed3db9266ce689e770454a8d40d4300619155730146ea903b2e3c20d", - "url": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/download/1.3.7/bob-plugin-vac-gptranslate.bobplugin", + "version": "1.3.8", + "desc": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/tag/1.3.8", + "sha256": "338cf1db3e3f3dafd211805abddd76c20e4f56f3f9a339288e94c3c501505c56", + "url": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/download/1.3.8/bob-plugin-vac-gptranslate.bobplugin", "minBobVersion": "0.5.0" } ] diff --git a/info.json b/info.json index 5276784..e490f03 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "identifier": "me.vacuity.chat.gptranslate", - "version": "1.3.7", + "version": "1.3.8", "category": "translate", "name": "GPTranslate", "summary": "调用chatgpt/gemini/claude实现翻译功能", @@ -51,12 +51,16 @@ "value": "gemini-1.5-flash" }, { - "title": "claude2", + "title": "claude-2.1", "value": "claude2" }, { - "title": "claude3", + "title": "claude-3-Opus", "value": "claude3" + }, + { + "title": "claude-3.5-sonnet", + "value": "claude-3.5-sonnet" } ] },