Skip to content

Commit

Permalink
Bump version to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassiuz committed Mar 26, 2024
1 parent 2680ef6 commit f75b89c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,6 @@
- Update Assistant Model
- Add Support Tools to Json
- Update Generate Image Request


## 3.0.5
- Fix Assistant Data Json parsing bug
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ supervised and reinforcement learning techniques.

## Install Package
```dart
chat_gpt_sdk: 3.0.4
chat_gpt_sdk: 3.0.5
```

## Create OpenAI Instance
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: chat_gpt_sdk
description: create chat bot and other bot with ChatGPT SDK Support GPT-4 , 3.5 and SSE Generate Prompt (Stream)
version: 3.0.4
version: 3.0.5
homepage: https://www.facebook.com/REDEVRX
repository: https://github.com/redevRx/Flutter-ChatGPT

Expand Down

0 comments on commit f75b89c

Please sign in to comment.