Skip to content

Commit

Permalink
update project sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
redevrx committed Dec 19, 2023
1 parent de9f0f5 commit 3474c4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '11'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.13.9'
flutter-version: '3.16.4'

# - name: run analyze
# run: flutter analyze
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,11 @@
- cancelFineTuneJobStream

## 2.2.6
- Fix Bug Chunks error
- Fix Bug Chunks error

## 2.2.8
- Update Lib from community
- missing first word in sse response
- Fix sse bad state close
- sse not work as intended
- custom OpenAI endpoint
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ supervised and reinforcement learning techniques.

## Install Package
```dart
chat_gpt_sdk: 2.2.6
chat_gpt_sdk: 2.2.8
```

## Create OpenAI Instance
Expand Down

0 comments on commit 3474c4d

Please sign in to comment.