- Send Messages to ChatGPT - Queries the ChatGPT API with a message and receive a completion.
- Chat History - View historical queries and their corresponding completions.
- Visit https://platform.openai.com/account/api-keys
- Select
+ Create New Secret Key
- Create a .env file in the directory as the executable / main.go.
cp .env-example .env
- Set
OPENAI_API_TOKEN
with the generated key.OPENAI_API_TOKEN=${SET_ME}
Done by GoReleaser through GitHub Actions.
- YouTube - Charm CLI
- GitHub - charmbracelet/bubbletea
- GitHub - charmbracelet/wizard-tutorial
- GitHub - charmbracelet/bubbles
- GitHub - charmbracelet/glamour
- GitHub - bashbunni/pjs
- GitHub - mergestat/scribe
The textarea model initialises with the placeholder message obscured, only appearing after a backspace.
Got
Want