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 GetChatGPTDirectory ¶ added in v1.0.6
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.