fix cacheout

This commit is contained in:
jxxghp
2026-03-24 22:07:29 +08:00
parent c33e7fe9df
commit 7f41a8a5f2
3 changed files with 4 additions and 2 deletions

View File

@@ -117,11 +117,12 @@
"name": "ChatGPT",
"description": "消息交互支持与ChatGPT对话。",
"labels": "消息通知,识别",
"version": "2.1.8",
"version": "2.1.9",
"icon": "Chatgpt_A.png",
"author": "jxxghp",
"level": 1,
"history": {
"v2.1.9": "更新依赖库",
"v2.1.8": "修复 OpenAI API >=1.0.0 兼容性问题",
"v2.1.7":"独立安装OpenAi SDK依赖",
"v2.1.6": "支持自定义辅助识别提示词",

View File

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

View File

@@ -0,0 +1 @@
cacheout~=0.16.0