openai_package 1.0.5 openai_package: ^1.0.5 copied to clipboard
Dart SDK for openAI Apis (Chat & Image & Transcription & Voice and Embeddings), integrate OpenAI products into your Flutter application.
Changelog #
1.0.4 #
- Initial version.
1.0.3 #
- Added
OpenAI.connectionTimeout
property to configure a custom default timeout for HTTP requests. - Implemented
OpenAI.organization
property to allow specifying an organization ID for API calls. - Updated the OpenAI class constructor to support both organization ID and API key for more flexible configuration.
- Fixed an issue where certain API requests could fail due to an overly aggressive default timeout.
1.0.2 #
- Initial version.
1.0.1 #
- Initial version.
1.0.0 #
- Initial version.