Skip to content

Commit

Permalink
[ Add ] release 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfik committed Mar 21, 2023
1 parent 7802707 commit f72fc91
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"cSpell.words": ["openai"]
"cSpell.words": ["openai"],
"editor.acceptSuggestionOnEnter": "off"
}
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.8.4

- base url not changeable after first request fixed.

# 1.8.3

- Fixed web issue for chat streams
Expand Down Expand Up @@ -88,34 +92,34 @@
- Made improvements
- Added example to showcase how to use.

## 1.0.7
# 1.0.7

- Informed about using the dotenv package instead of flutter_dotenv since not all dart applications are flutter's.
- Fixed issues

## 1.0.6
# 1.0.6

- added tests for fine-tunes
- fixed type system issues
-

## 1.0.5
# 1.0.5

- Added error handling explanation, example in the README.md

## 1.0.4
# 1.0.4

- Added clarifications in READMe.md

## 1.0.3
# 1.0.3

- Fixed issues

## 1.0.1
# 1.0.1

- fixed issues
- Added documentation for responses fields for better understanding, familiarization for developer.

## 1.0.0
# 1.0.0

- All APIs are included.
1 change: 0 additions & 1 deletion lib/src/core/builder/base_api_url.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import '../constants/config.dart';
@immutable
@internal
abstract class BaseApiUrlBuilder {

/// This is used to build the API url for all the requests, it will return a [String].
/// if an [id] is provided, it will be added to the url as well.
@internal
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.8.3
version: 1.8.4
homepage: https://github.com/anasfik/openai
repository: https://github.com/anasfik/openai
documentation: https://github.com/anasfik/openai/blob/main/README.md
Expand Down

0 comments on commit f72fc91

Please sign in to comment.