ChatGPT:兼容一些模型返回json数据信息用markdown语法包裹的情况

This commit is contained in:
qiaoyun680
2025-05-19 10:14:56 +08:00
parent 587df94382
commit 3c5b78cec4
2 changed files with 3 additions and 2 deletions

View File

@@ -94,11 +94,12 @@
"name": "ChatGPT",
"description": "消息交互支持与ChatGPT对话。",
"labels": "消息通知,识别",
"version": "2.1.4",
"version": "2.1.5",
"icon": "Chatgpt_A.png",
"author": "jxxghp",
"level": 1,
"history": {
"v2.1.5": "兼容一些模型返回json数据信息用markdown语法包裹的情况",
"v2.1.4": "不处理http链接",
"v2.1.3": "修复通知异常",
"v2.1.2": "支持传入多个api key",

View File

@@ -17,7 +17,7 @@ class ChatGPT(_PluginBase):
# 插件图标
plugin_icon = "Chatgpt_A.png"
# 插件版本
plugin_version = "2.1.4"
plugin_version = "2.1.5"
# 插件作者
plugin_author = "jxxghp"
# 作者主页