Skip to content

Releases: FuturraGroup/OpenAI

1.9.3

01 Feb 09:22
Compare
Choose a tag to compare

Updates:

  • Security update with SSL handshake functionality

Full Changelog: 1.8.0...1.9.1

1.8.0

16 Jan 16:31
Compare
Choose a tag to compare

Updates:

What's Changed

  • Infinity loop on stream stop bug fix from issue #8 . Added addition protection from infinity loop self-cencelation.
  • Updates for stream dealocation.
  • Fixes for returning OpenAI error in stream for async/await usage.

Full Changelog: 1.7.0...1.8.0

1.7.0

15 Dec 10:19
Compare
Choose a tag to compare

Updates:

What's Changed

  • Add support for ChatGPT JSON mode. by @colbyn in #6

New Contributors

  • @colbyn made their first contribution in #6

Full Changelog: 1.6.0...1.7.0

1.6.0

01 Nov 10:06
Compare
Choose a tag to compare

Updates:

  • added support for Create image edit.

1.5.0

20 Apr 11:02
Compare
Choose a tag to compare

Updates:

  • added support for Create image edit.

1.4.0

17 Apr 07:31
Compare
Choose a tag to compare

Updates:

  • Cancel the network stream if AsyncStream is cancelled (update from pull request #3)

1.3.3

03 Apr 08:41
Compare
Choose a tag to compare

Updates:

  • Added stream methods for completions and chat completions.
  • Stream methods supports completions and async/await functionality and can be manually stoped.
  • Updated error handling for stream
  • Stream background performance update

1.2.0

16 Mar 10:01
Compare
Choose a tag to compare

Updates:

  • added GPT-4 support

1.1.2

11 Mar 15:37
Compare
Choose a tag to compare

Updates:

  • Updated errors parsing. Now more information about error provided in userData field of error.
  • Updated in code documentation.

1.1.1

10 Mar 10:53
Compare
Choose a tag to compare

Updates:

  • Added method for Chat Completions to get contextual responses based on the last messages provided.