Releases: FuturraGroup/OpenAI
Releases · FuturraGroup/OpenAI
1.9.3
1.8.0
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
1.6.0
Updates:
- added support for Create image edit.
1.5.0
Updates:
- added support for Create image edit.
1.4.0
1.3.3
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
Updates:
- added GPT-4 support
1.1.2
Updates:
- Updated errors parsing. Now more information about error provided in userData field of error.
- Updated in code documentation.
1.1.1
Updates:
- Added method for Chat Completions to get contextual responses based on the last messages provided.