- Notifications
You must be signed in to change notification settings - Fork65
Releases: PullRequestInc/go-gpt3
v1.2.0
c6cd599
Compare
What's Changed
- [Chore!] Add error verification on callback from stream by@letschers in#40
Note breaking change on requiring an error to be returned from the stream completion block. Although you can returnnil
for previous behavior, or an error to stop streaming.
Full Changelog:v1.1.18...v1.2.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.1.18
f29b15e
Compare
What's Changed
Full Changelog:v1.1.17...v1.1.18
v1.1.17
f115cc8
Compare
v1.1.16
33aef6f
Compare
What's Changed
- add support for function calling by@snehalchennuru in#36
New Contributors
- @snehalchennuru made their first contribution in#36
Full Changelog:v1.1.15...v1.1.16
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.1.15
e348aa5
Compare
What's Changed
- Add support for Moderations API endpoint by@yorinasub17 in#35
Full Changelog:v1.1.14...v1.1.15
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.1.14
f4f8f0f
Compare
What's Changed
This has a bugfix for using a temperature of 0 that would get overridden to 1. This requires a change if you were using this temperature field in the ChatCompletionRequest to use a pointer instead.
- Fix compile error in test by@yorinasub17 in#34
- Switch to using pointers for omitempty number fields in ChatCompletionRequest by@yorinasub17 in#33
New Contributors
- @yorinasub17 made their first contribution in#34
Full Changelog:v1.1.13...v1.1.14
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.1.13
ab408b5
Compare
v1.1.12
8543706
Compare
v1.1.11
283ab6b
Compare
What's Changed
- Add text-embedding-ada-002 engine by@thehappydinoa in#17
New Contributors
- @thehappydinoa made their first contribution in#17
Full Changelog:v1.1.10...v1.1.11
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.1.10
5ba9f56
Compare
What's Changed
- Return Token Usage on CompletionResponse by@letschers in#14
New Contributors
- @letschers made their first contribution in#14
Full Changelog:v1.1.9...v1.1.10
Assets2
Uh oh!
There was an error while loading.Please reload this page.