Releases: anasfik/openai
Releases · anasfik/openai
v5.0.0
v4.1.5
Release Notes:
- Removed the exposed field for configuring the package to use fetch_client instead of http_client manually with is
isWeb
field, in favor of usingdart.library.js
anddart.library.io
conditional imports to automatically detect the platform and use the appropriate client for it. - Exposed field for configuring the package to use fetch_client instead of http_client for making requests in web apps (flutter web, etc..)
- Added Audio Speech method in the Audio module with its docs, example code.
- Migrated for the deprecated _
functions
_andfunction_call
th the use of new fields suchtools
.. in the chat API, confirmed that it works on both asynchronous and stream responses. - Exposed API for controlling the requests time out for all internal client methods.
- Exposed multi content calls for chat completion API for image and text..
v4.1.2
Release Notes:
- Disabled a print method that was used for debugging purposes.
Install it in your Dart/Flutter app from:
v4.1.1
Release Notes
- Fixed the non applied
n
field in image variation method. - Exposed non-breaking
model
field for other image APIs methods. - Bugs & issues fixes.
- Followed up with more changes in the OpenAI API.
- Added more documentation for the package.
- Added more examples for the package.
- Added more tests for the package.
Install it in your Dart/Flutter app from:
1.9.1
1.8.4
1.8.0
1.6.1
1.5.5
Release 1.4.8
Merge branch 'main' of https://github.com/anasfik/openai