chatgpt

package
v1.2.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2023 License: AGPL-3.0 Imports: 11 Imported by: 0

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

单独提问

  • 指令:
    • 提问 [问题],即可进行单独提问

预览:

img

img

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiKey added in v1.0.11

type ApiKey struct {
	Key string `gorm:"column:key;index"`
}

ApiKey api_key表,存放api_key

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL