Releases: PullRequestInc/go-gpt3
Releases · PullRequestInc/go-gpt3
v1.2.0
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 return nil
for previous behavior, or an error to stop streaming.
Full Changelog: v1.1.18...v1.2.0
v1.1.18
v1.1.17
v1.1.16
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
v1.1.15
What's Changed
- Add support for Moderations API endpoint by @yorinasub17 in #35
Full Changelog: v1.1.14...v1.1.15
v1.1.14
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
v1.1.13
v1.1.12
v1.1.11
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
v1.1.10
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