jarbas is a cli chatgpt implementation that uses gpt APIs to answer questions
$ go run main.go chat
$ go build main.go
$ go run main.go "QUESTION"
or after bulding it
$ ./main "QUESTION"
Note: create a link on to the main
so that it will be accessible anywhere
$ ln main /usr/local/bin/jarbas