-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add batch api example #808
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #808 +/- ##
==========================================
+ Coverage 98.46% 98.92% +0.45%
==========================================
Files 24 26 +2
Lines 1364 1389 +25
==========================================
+ Hits 1343 1374 +31
+ Misses 15 9 -6
Partials 6 6 ☔ View full report in Codecov by Sentry. |
Thank you for the PR! Could you please make it an integration test as well? The library would really benefit from more integration tests (see #771) For more details: https://github.com/sashabaranov/go-openai/blob/master/api_integration_test.go |
…ithEmbeddings` methods
…ithEmbeddings` methods
I noticed that when people use the |
No description provided.