From 9fc02434b109287ea60d22ad83cf9249f48b502e Mon Sep 17 00:00:00 2001 From: vacuity Date: Mon, 8 Jul 2024 10:26:06 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature(ali):=20support=20qwen=20model?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appcast.json | 8 ++++---- info.json | 10 +++++++++- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/appcast.json b/appcast.json index 267a6bb..408edbc 100644 --- a/appcast.json +++ b/appcast.json @@ -2,10 +2,10 @@ "identifier": "me.vacuity.chat.gptranslate", "versions": [ { - "version": "1.3.8", - "desc": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/tag/1.3.8", - "sha256": "5ee3e330bce3e4c8e564a8b86092ced679b1e7387ec2b641d854548237e5c827", - "url": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/download/1.3.8/bob-plugin-vac-gptranslate.bobplugin", + "version": "1.3.9", + "desc": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/tag/1.3.9", + "sha256": "011f4224ec2a4845c2a1539b51e60009291f37c3b4124a4308f1e276e2124c7e", + "url": "https://github.com/vacuityv/bob-plugin-vac-gptranslate/releases/download/1.3.9/bob-plugin-vac-gptranslate.bobplugin", "minBobVersion": "0.5.0" } ] diff --git a/info.json b/info.json index e490f03..dc9dd2e 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "identifier": "me.vacuity.chat.gptranslate", - "version": "1.3.8", + "version": "1.3.9", "category": "translate", "name": "GPTranslate", "summary": "调用chatgpt/gemini/claude实现翻译功能", @@ -61,6 +61,14 @@ { "title": "claude-3.5-sonnet", "value": "claude-3.5-sonnet" + }, + { + "title": "ali-qwen-turbo", + "value": "qwen-turbo" + }, + { + "title": "ali-qwen-plus", + "value": "qwen-plus" } ] },