chatgpt

package
v1.1.5 Latest Latest
Warning

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

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

README

介绍

  • 插件名:ChatGPT聊天
  • 用法:发送开始会话即可进行连续会话,发送结束会话即可结束会话,或5分钟没新的提问自动结束
  • 说明:需要获取apiKey,请到 https://beta.openai.com 获取
  • 其他命令:
    • set chatgpt apiKey __(多个key用;符号隔开) 设置ChatGPT的apiKey,apiKey可小写apikey
    • get chatgpt info 获取ChatGPT的信息
    • del chatgpt apiKey __(多个key用;符号隔开) 删除ChatGPT的apiKey,apiKey可小写apikey

预览:

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