vendors

package
v0.11.14 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OpenAI

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

func NewOpenAI

func NewOpenAI(options OpenAIOptions) *OpenAI

func (*OpenAI) CreateChatCompletion

func (ai *OpenAI) CreateChatCompletion(options OpenAIOptions) ([]byte, error)

type OpenAIOptions

type OpenAIOptions struct {
	APIKey   string
	Timeout  int
	Model    string
	Messages []map[string]string
}

Jump to

Keyboard shortcuts

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