Skip to content
/ cgpt Public

Talk with ChatGPT in your terminal (requires an API key)

Notifications You must be signed in to change notification settings

julien/cgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A program that talks to the OpenAI (chat) API, AKA ChatGPT.
You'll need an API key, which can be generated at: https://platform.openai.com/account/api-keys

Make sure you have Go(https://go.dev) installed, and run the program with
go run .  # or go run main.go

Run tests with:
go test ./... -count=1 -cover -coverprofile=cov.txt -race -v

About

Talk with ChatGPT in your terminal (requires an API key)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages