dart_openai 1.4.4 dart_openai: ^1.4.4 copied to clipboard
Dart SDK for openAI Apis (GPT-3 & DALL-E), integrate easily the power of OpenAI's state-of-the-art AI models into their Dart applications.
1.4.4 #
- Fixed echo property type misleading.
1.4.2 #
- UTF-8 Support fix for responses.
1.4.0 #
- Added implementation of fine-tune events Stream.
- Added more documentation.
- Fixed issues.
1.3.0 #
- Fixed the Stream based mechanism for completion stream.
1.2.3 #
- Exposed image size and url enums to be used externally
1.2.1 #
- formatted some dart files
1.2.0 #
- 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.
1.1.2 #
- 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.
1.1.0 #
- Set internal packages version to any
1.0.9 #
- Downgraded internal meta package version to 1.8.0
1.0.8 #
- Made improvements
- Added example to showcase how to use.
1.0.7 #
- Informed about using the dotenv package instead of flutter_dotenv since not all dart applications are flutter's.
- Fixed issues
1.0.6 #
-
added tests for fine-tunes
-
fixed type system issues
1.0.5 #
- Added error handling explanation, example in the README.md
1.0.4 #
- Added clarifications in READMe.md
1.0.3 #
- Fixed issues
1.0.1 #
- fixed issues
- Added documentation for responses fields for better understanding, familiarization for developer.
1.0.0 #
- All APIs are included.