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