Skip to content

Commit

Permalink
[ Edit ] edited version
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfik committed Feb 11, 2023
1 parent abb6bb6 commit ba97cde
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ build/
example/.env

*.jsonl
*.png
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.4.0

- Added implementation of fine-tune events Stream.
- Added more documentation.
- Fixed issues.

# 1.3.0

- Fixed the Stream based mechanism for completion stream.
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.3.0
version: 1.4.0
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 ba97cde

Please sign in to comment.