-
Notifications
You must be signed in to change notification settings - Fork 0
CLI Quick Setup
Kevin Jayne edited this page Apr 1, 2023
·
3 revisions
- Some familiarity with your system's CLI terminal
- Golang installed and available on your system
- Create an account with OpenAI
- Login and head to your User Settings Page
- Create a new API key and copy it
go install github.com/seemywingz/ponder
- In a CLI terminal, export your API Key
export OPENAI_API_KEY="REPLACE WITH YOUR API KEY"
- Make sure to use your actual API key
- In the same terminal instance, give a prompt to ponder
ponder chat -p "something interesting"