- 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.