ChatGPT Apps in Go
- Make sure to get your API Key from https://platform.openai.com/account/api-keys
Clone the project to your local machine
git clone https://github.com/kimathi-phil/go-gpt.gitNavigate to the project folder
cd go-gptCreate a '.env' file and add your API Key to it as follows
API_KEY = "<your-api-key>"Get packages
go mod tidyRun the project
go run main.go