From 72e003e16657955b879e13425df3416f3499e238 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Thu, 2 Mar 2023 17:36:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ChatGPT=20=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/Openai/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/Openai/config.json b/plugins/Openai/config.json index c852eb69..f7d3c532 100644 --- a/plugins/Openai/config.json +++ b/plugins/Openai/config.json @@ -1,12 +1,12 @@ { "code": "openai", "name": { - "zh_cn": "ChatGPT(OpenAI)智能聊天助手", - "en": "Integration with OpenAI" + "zh_cn": "ChatGPT 智能聊天助手", + "en": "Integration with OpenAI ChatGPT API" }, "description": { - "zh_cn": "ChatGPT(OpenAI)智能聊天助手, 基于OpenAI GPT3.0 集成开发, 如有疑问详询QQ群 639108380", - "en": "Integration with OpenAI" + "zh_cn": "ChatGPT 智能聊天助手, 基于 OpenAI API(gpt-3.5-turbo) 开发, 如有疑问详询QQ群 639108380", + "en": "Integration with OpenAI ChatGPT API" }, "type": "feature", "version": "v1.0.0",