utils

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OpenAIKeyEnv          = "OPENAI_API_KEY"
	OpenAIModel           = "gpt-3.5-turbo"
	OpenAIModelMaxTokens  = 4096
	OpenAIURL             = "https://api.openai.com"
	OpenAICompletionsPath = "/v1/chat/completions"
	OpenAIModelsPath      = "/v1/models"
)

Variables

This section is empty.

Functions

func FileToBytes

func FileToBytes(fileName string) ([]byte, error)

func GetChatGPTDirectory added in v1.0.6

func GetChatGPTDirectory() (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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