chatgpt

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

View Source
const MessageLimit = 100

Variables

This section is empty.

Functions

func NewMessage

func NewMessage(role, text string) openai.ChatCompletionMessage

Types

type AI

type AI struct {
	// contains filtered or unexported fields
}

func NewAI

func NewAI(client *openai.Client, model string) *AI

func (*AI) Query

func (ai *AI) Query(prompts []string) (string, error)

func (*AI) Reset added in v0.1.2

func (ai *AI) Reset()

func (*AI) SetSystem

func (ai *AI) SetSystem(system string)

func (*AI) ToggleDebug

func (ai *AI) ToggleDebug() bool

Jump to

Keyboard shortcuts

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