Skip to content

Releases: PullRequestInc/go-gpt3

v1.2.0

27 Nov 20:01
c6cd599
Compare
Choose a tag to 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 return nil for previous behavior, or an error to stop streaming.

Full Changelog: v1.1.18...v1.2.0

v1.1.18

18 Oct 01:32
f29b15e
Compare
Choose a tag to compare

What's Changed

  • Expose rate limiting headers to responses and errors by @mrene in #39

Full Changelog: v1.1.17...v1.1.18

v1.1.17

17 Oct 17:20
f115cc8
Compare
Choose a tag to compare

What's Changed

  • Fix chat completion endpoints where no functions are being defined by @mrene in #38

New Contributors

  • @mrene made their first contribution in #38

Full Changelog: v1.1.16...v1.1.17

v1.1.16

09 Aug 19:41
33aef6f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.15...v1.1.16

v1.1.15

29 Mar 13:47
e348aa5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.14...v1.1.15

v1.1.14

20 Mar 20:16
f4f8f0f
Compare
Choose a tag to 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

Full Changelog: v1.1.13...v1.1.14

v1.1.13

04 Mar 01:19
ab408b5
Compare
Choose a tag to compare

What's Changed

  • Add streaming chat completions by @bakks in #31

New Contributors

  • @bakks made their first contribution in #31

Full Changelog: v1.1.12...v1.1.13

v1.1.12

03 Mar 14:07
8543706
Compare
Choose a tag to compare

What's Changed

  • feat: Support Chat Completions API endpoint by @abatilo in #30

New Contributors

Full Changelog: v1.1.11...v1.1.12

v1.1.11

11 Jan 20:28
283ab6b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.10...v1.1.11

v1.1.10

08 Dec 15:28
5ba9f56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.9...v1.1.10