diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3b4762..fa762847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.1.4 + +- Exposed field for configuring the package to use fetch_client instead of http_client for making requests in web apps (flutter web, etc..) + ## 4.1.3 - Added Audio Speech method in the Audio module with its docs, example code. diff --git a/pubspec.yaml b/pubspec.yaml index 03854eec..ce55503c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_openai description: 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. -version: 4.1.3 +version: 4.1.4 homepage: https://github.com/anasfik/openai repository: https://github.com/anasfik/openai documentation: https://github.com/anasfik/openai/blob/main/README.md