Skip to content

Releases: anasfik/openai

v5.0.0

22 Nov 03:23
Compare
Choose a tag to compare

Release Notes

  • Bug fix in the RequestFunctionMessage's toMap() method.
  • Minor changes
  • Add/Improvements to the documentation.
  • Notifications about breaking changes in the chat completions methods in favor of OpenAI Vision feature support, JSON mode..

v4.1.5

18 Nov 00:08
Compare
Choose a tag to compare

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 using dart.library.js and dart.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_and function_call th the use of new fields such tools.. 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

08 Nov 21:44
Compare
Choose a tag to compare

Release Notes:

  • Disabled a print method that was used for debugging purposes.

Install it in your Dart/Flutter app from:

v4.1.1

08 Nov 21:32
Compare
Choose a tag to compare

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

27 Mar 00:12
Compare
Choose a tag to compare
[ Add ] release 1.9.0

1.8.4

22 Mar 18:03
Compare
Choose a tag to compare
[ Add ] release 1.8.4

1.8.0

09 Mar 11:39
Compare
Choose a tag to compare
[ Add ] 1.8.0 release

1.6.1

08 Mar 17:53
Compare
Choose a tag to compare
[ Fix ] fixed analyser type issue, edited documentation

1.5.5

02 Mar 22:33
Compare
Choose a tag to compare
[ Remove ] removed title in Readme.md

Release 1.4.8

17 Feb 20:43
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/anasfik/openai