openai

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func (*Client) GenerateEmbeddings

func (o *Client) GenerateEmbeddings(items []string) ([]gogpt.
	Embedding,
	error)

type OpenAI

type OpenAI interface {
	GenerateEmbeddings(items []string) ([]gogpt.Embedding,
		error)
}

func NewClient

func NewClient(apiKey string) OpenAI

Jump to

Keyboard shortcuts

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