From aa91ddeed556a4c262e70c759d422ebefb63dc45 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sun, 16 Apr 2023 13:30:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E5=B8=AE=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/management.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/management.js b/apps/management.js index e8c8d29..3ba503e 100644 --- a/apps/management.js +++ b/apps/management.js @@ -748,7 +748,9 @@ export class ChatgptManagement extends plugin { api: 'API', bing: '必应', api3: 'API3', - chatglm: 'ChatGLM-6B' + chatglm: 'ChatGLM-6B', + claude: 'Claude', + poe: 'Poe' } let modeText = modeMap[mode || 'api'] let message = ` API模式和浏览器模式如何选择? @@ -763,8 +765,12 @@ export class ChatgptManagement extends plugin { 必应(Bing)将调用微软新必应接口进行对话。需要在必应网页能够正常使用新必应且设置有效的Bing 登录Cookie方可使用。#chatgpt设置必应token 自建ChatGLM模式会调用自建的ChatGLM-6B服务器API进行对话,需要自建。参考https://github.com/ikechan8370/SimpleChatGLM6BAPI + + Claude模式会调用Slack中的Claude机器人进行对话,与其他模式不同的是全局共享一个对话。配置参考https://ikechan8370.com/archives/chatgpt-plugin-for-yunzaipei-zhi-slack-claude + + Poe模式会调用Poe中的Claude-instant进行对话。需要提供cookie:#chatgpt设置PoeToken - 您可以使用‘#chatgpt切换浏览器/API/API3/Bing/ChatGLM’来切换到指定模式。 + 您可以使用‘#chatgpt切换浏览器/API/API3/Bing/ChatGLM/Claude/Poe’来切换到指定模式。 当前为${modeText}模式。 `