PullRequestInc / go-gpt3

An OpenAI GPT-3 API client enabling Go/Golang programs to interact with the gpt3 APIs.
MIT License
393 stars 65 forks source link

Make `gpt3.NewClient(api_key)` return client and error #22

Open JackBekket opened 1 year ago

JackBekket commented 1 year ago

Make gpt3.NewClient(api_key) return client and error if there is an auth error