- Formated unformatted files.
- Exposing of custom thttp client for methods - Fixed issue related to streams that uses a custom http client
- Added custom HTTP client options for all the package APIs that requires one.
- exposed an external method for inclusing custom headers to the requests.
- Fixed minor issue.
- More refatocration for the packages services.
- Fixes some minor issues with the logging service.
- Removed repeated constants, code.
- Fixed the non catched error for stream functionality of chat completions and completions.
- Added example for testing the catchong of errors in the stream like when the internet connectioni off.
- Added more examples for the package use in /example folder.
- Added more helper memebers for some models.
- Minor changes to some implementations.
- More issues fixes.
- Exposed more enums to be used with the library.
- Added more documentation for more low level é models SDK's APIs
- Applied fixes relating to web streams APIs.
- base url not changeable after first request fixed.
- Fixed web issue for chat streams
- Exposed the base url to be changed externally
- Added the Audio APIs including creating transcription and translation.
- More documentation for models properties.
- Added documentation of chat completion stream.
- Added And Fixed chat completions stream.
- Fixed the error concerning the openAI usual errors while using streams for chat completions and completion.
- Added new ChatGPT API to the library.
- Ensured immutability of results from requests.
- Exposed more equality for sdk models
- Fix issues
- Fix doubled stream snapshots than expected.
- Changed the use of dotenv to envied package.
- Fixed echo property type misleading.
- UTF-8 Support fix for responses.
- Added implementation of fine-tune events Stream.
- Added more documentation.
- Fixed issues.
- Fixed the Stream based mechanism for completion stream.
- Exposed image size and url enums to be used externally
- formatted some dart files
- Added more detailed documentation that reflects OpenAI's.
- Added more helper methods, enums for making it more easy to manipulate properties and decrease error chances
- More Examples, explanations for README.md.
- Code Improvments.
- Added more detailed documentation that reflects OpenAI's.
- Added more helper methods, enums for making it more easy to manipulate properties and decrease error chances
- More Examples, explanations for README.md.
- Code Improvments.
- Set internal packages version to any
- Downgraded internal meta package version to 1.8.0
- Made improvements
- Added example to showcase how to use.
- Informed about using the dotenv package instead of flutter_dotenv since not all dart applications are flutter's.
- Fixed issues
- added tests for fine-tunes
- fixed type system issues
- Added error handling explanation, example in the README.md
- Added clarifications in READMe.md
- Fixed issues
- fixed issues
- Added documentation for responses fields for better understanding, familiarization for developer.
- All APIs are included.