From cb6b11ad78ba37f6f1b33356cbada6bbb305d27c Mon Sep 17 00:00:00 2001 From: vacuity Date: Fri, 22 Mar 2024 16:44:45 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature(1.1.0):=20=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=A8=A1=E5=9E=8Bclaude?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- info.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/info.json b/info.json index 5306835..202c927 100644 --- a/info.json +++ b/info.json @@ -1,9 +1,9 @@ { "identifier": "me.vacuity.chat.gptranslate", - "version": "1.0.0", + "version": "1.1.0", "category": "translate", "name": "GPTranslate", - "summary": "调用chatgpt实现翻译功能", + "summary": "调用chatgpt/gemini/claude实现翻译功能", "icon": "", "author": "vacuity", "homepage": "", @@ -37,6 +37,14 @@ { "title": "gemini-pro", "value": "gemini-pro" + }, + { + "title": "claude2", + "value": "claude2" + }, + { + "title": "claude3", + "value": "claude3" } ] },