Skip to content

Commit

Permalink
fix websocket proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
nek0us committed May 20, 2024
1 parent dff5d9a commit 3fe5703
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ SUPERUSERS=["qq num"]
见 nonebot_plugin_localstore 插件说明,通常为用户目录下 ./nonebot2/nonebot_plugin_gpt/\{bot_name\}

### 更新日志
2024.05.20 0.0.26
1. 修复非全局代理下,websocket灰度账号代理未生效的问题


2024.05.16 0.0.25
1. 修复websocket账号未正常工作的bug
2. 跟进openai新(旧)token验证
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[project]
name = "nonebot-plugin-gpt"
version = "0.0.25"
version = "0.0.26"
description = "Nonebot2's plugin of ChatGPT "
authors = [
{name = "nek0us", email = "nekouss@mail.com"},
]
license = {text = "GPL3"}
dependencies = ["ChatGPTWeb>=0.2.27","nonebot_adapter_onebot>=2.3.1","nonebot-plugin-sendmsg-by-bots>=0.1.5","nonebot_adapter_qq>=1.3.5","nonebot2>=2.0.0","more_itertools","nonebot_plugin_htmlrender","nonebot_plugin_localstore"]
dependencies = ["ChatGPTWeb>=0.2.28","nonebot_adapter_onebot>=2.3.1","nonebot-plugin-sendmsg-by-bots>=0.1.5","nonebot_adapter_qq>=1.3.5","nonebot2>=2.0.0","more_itertools","nonebot_plugin_htmlrender","nonebot_plugin_localstore"]
requires-python = ">=3.10"
readme = "README.md"

Expand Down

0 comments on commit 3fe5703

Please sign in to comment.