This commit is contained in:
jxxghp
2025-07-01 14:53:29 +08:00
parent cdf459940f
commit 47dbb07ff2
3 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -0,0 +1 @@
openai~=0.27.2