package
Version:
v1.2.9
Opens a new window with list of versions in this module.
Published: Feb 19, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
介绍
🔔 注意:以下[]符号内代表此处是需要填写内容,并且不需要[]符号
连续会话
- 插件名:ChatGPT聊天
- 权限:所有好友和群聊
- 数据来源:https://beta.openai.com
- 注意:请先私聊机器人配置
appKey,相关秘钥申请地址点上面链接
- 说明:发送
开始ChatGPT会话 开始会话即可进行连续会话,发送结束会话即可结束会话,或5分钟没新的提问自动结束
- 指令:
-
开始会话
-
结束会话
-
set chatgpt apiKey [keys],(多个key用;符号隔开),设置ChatGPT的apiKey,apiKey可小写apikey
-
get chatgpt info 获取ChatGPT的信息
-
del chatgpt apiKey [keys],(多个key用;符号隔开), 删除ChatGPT的apiKey,apiKey可小写apikey
单独提问
预览:


Documentation
¶
type ApiKey struct {
Key string `gorm:"column:key;index"`
}
ApiKey api_key表,存放api_key
Source Files
¶
Click to show internal directories.
Click to hide internal directories.