openai_package 1.0.7
openai_package: ^1.0.7 copied to clipboard
Dart SDK for openAI Apis (Chat & Image & Transcription & Voice and Embeddings), integrate OpenAI products into your Flutter application.
Changelog #
1.0.7 #
- Added
OpenAIGenerateImageclass for calls GPT responses. - Removed
FormatImageclass used in. - Fixed an issue where certain API requests could fail due to an overly aggressive default timeout.
1.0.6 #
- Added
OpenAIEmbeddingsclass for calls GPT responses. - Added
OpenAIChatMessageclass for calls GPT responses. - Removed
FormatMessageclass used in. - Removed
FormatEmbeddingsclass used in. - Fixed an issue where certain API requests could fail due to an overly aggressive default timeout.
1.0.5 #
- Initial version.
1.0.4 #
- Initial version.
1.0.3 #
- Added
OpenAI.connectionTimeoutproperty to configure a custom default timeout for HTTP requests. - Implemented
OpenAI.organizationproperty 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.