Skip to content

Releases: SuInk/QQ-ChatGPT-Bot

v0.0.15

01 Apr 02:18
27383af
Compare
Choose a tag to compare

Changelog

v0.0.14

29 Mar 07:58
Compare
Choose a tag to compare

Changelog

v0.0.12

27 Mar 14:54
Compare
Choose a tag to compare

Changelog

v0.0.11

27 Mar 10:31
a28c547
Compare
Choose a tag to compare

Changelog

  • a28c547 Merge pull request #8 from CsterKuroi/context
  • d0d69f1 fix struct location
  • 1e58659 support group context and private context

v0.0.10

27 Mar 08:52
1a66bda
Compare
Choose a tag to compare

Changelog

v0.0.9

10 Mar 05:02
Compare
Choose a tag to compare

Changelog

  • ce6b552 显示换行符,支持代理
  • 52c2e4a 显示换行符,支持代理

v0.0.8

10 Mar 04:50
Compare
Choose a tag to compare

Changelog

v0.0.7

02 Mar 10:43
Compare
Choose a tag to compare

如何使用

  1. 下载go-cqhttp
  2. 下载QQ-ChatGPT-Bot

Windows

  • 双击go-cqhttp可执行文件,按照提示登录QQ, 选择2正向WebSocket
  • 双击QQ-ChatGPT-Bot可执行文件,将openai的api_key 填入config.cfg中,再次运行

Linux

./go-cqhttp*
# 按照提示操作,将本地登录过的`sesssion.token`复制进服务器,防止tx风控
./QQ-ChatGPT*
# 在config.cfg填入openai的api_key 
# 关掉窗口,运行:
nohup ./go-cqhttp* &
nohup ./QQ-ChatGPT* &

v0.0.5

16 Feb 17:23
Compare
Choose a tag to compare

如何使用

  1. 下载go-cqhttp
  2. 下载QQ-ChatGPT-Bot

Windows

  • 双击go-cqhttp可执行文件,按照提示登录QQ
  • 双击QQ-ChatGPT-Bot可执行文件,将openai的api_key 填入config.cfg中,再次运行

Linux

./go-cqhttp*
# 按照提示操作,将本地登录过的`sesssion.token`复制进服务器,防止tx风控
./QQ-ChatGPT*
# 在config.cfg填入openai的api_key 
# 关掉窗口,运行:
nohup ./go-cqhttp* &
nohup ./QQ-ChatGPT* &

v0.0.4

15 Feb 17:44
Compare
Choose a tag to compare

如何使用

  1. 下载go-cqhttp
  2. 下载QQ-ChatGPT-Bot

Windows

  • 双击go-cqhttp可执行文件,按照提示登录QQ
  • 双击QQ-ChatGPT-Bot可执行文件,将openai的api_key 填入config.cfg中,再次运行

Linux

./go-cqhttp*
# 按照提示操作,将本地登录过的`sesssion.token`复制进服务器,防止tx风控
./QQ-ChatGPT*
# 在config.cfg填入openai的api_key 
# 关掉窗口,运行:
nohup ./go-cqhttp* &
nohup ./QQ-ChatGPT* &