Skip to content

Releases: SreejanPersonal/openai-unofficial

Version 0.1.2

08 Nov 13:50
c5bbfdc
Compare
Choose a tag to compare

Added

  • Enhanced Function Calling support with improved tool calls handling
  • Added comprehensive test suite with example usage
  • Added proper error handling for API responses

Changed

  • Improved URL handling in BaseAPIHandler
  • Enhanced ChatMessage class to handle tool calls and function calls
  • Updated type hints and documentation
  • Restructured code for better maintainability

Fixed

  • URL joining issues in API requests
  • Stream handling improvements
  • Better error handling for API responses

Version 0.1.1

07 Nov 18:24
3a42978
Compare
Choose a tag to compare

Added

  • Updated the README file for better visual understanding.

Fixed

  • Resolved bugs in the streaming functionality.

Version 0.1.0 - Initial Release

07 Nov 17:47
d395ca9
Compare
Choose a tag to compare

Initial Release of Python Package