From 05d95f5d8f25bd0405d601825c53157f11ba441c Mon Sep 17 00:00:00 2001 From: Gwhyyy Date: Thu, 9 Mar 2023 12:26:26 +0100 Subject: [PATCH] [ Add ] 1.8.0 release --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3cde64..6e3b51ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.8.0 + +- Added the Audio APIs including creating transcription and translation. +- More documentation for models properties. + # 1.6.1 - Added documentation of chat completion stream. diff --git a/pubspec.yaml b/pubspec.yaml index 199f448b..dfcacf97 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: 1.6.4 +version: 1.8.0 homepage: https://github.com/anasfik/openai repository: https://github.com/anasfik/openai documentation: https://github.com/anasfik/openai/blob/main/README.md