Documentation
¶
Index ¶
Constants ¶
View Source
const EnvOpenAIKey = "OPENAI_API_KEY"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
EnvFile string `short:"e" long:"env" description:".env file"`
CredsFile string `short:"c" long:"credsfile" description:"Credentials file"`
CredsAccount string `short:"a" long:"account" credsaccount:"Credentials account"`
Prompt string `short:"p" long:"prompt" description:"Prompt"`
Key string `short:"k" long:"key" description:"API Key"`
}
Click to show internal directories.
Click to hide internal directories.