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

Add embeddings #11

Closed dabdine closed 1 year ago

dabdine commented 1 year ago

Adds embeddings. Tested it locally with a client I have to ensure it works.

dabdine commented 1 year ago

This update looks good and complete. Have you considered writing any unit tests? It's good that you're using interfaces for dependencies to make it easier to mock things out for tests.

Image of Andy W Andy W

Was this helpful? Yes | No

Reviewers will be notified any time you reply to their comments or commit new changes. You can also request a full follow-up review from your PullRequest dashboard.

Yep, I'll add some tests.