From 6d2cbbff5a470d982a7681bd6f895f12e157a228 Mon Sep 17 00:00:00 2001 From: Anas Fikhi Date: Wed, 8 Nov 2023 22:41:09 +0100 Subject: [PATCH] [ Edit ] disabled the debugging print method in the streaming http client method --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90efd8df..a92ac597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.1.2 + +- Disabled a print method that was used for debugging purposes. + ## 4.1.1 - Fixed the non applied `n` field in image variation method. diff --git a/pubspec.yaml b/pubspec.yaml index e7fa0d9b..ae8ace41 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.1 +version: 4.1.2 homepage: https://github.com/anasfik/openai repository: https://github.com/anasfik/openai documentation: https://github.com/anasfik/openai/blob/main/README.md