Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
redevrx committed Nov 13, 2024
1 parent e00c6a3 commit 3fe1725
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,9 @@
- remove path provider

## 3.1.3
- Implement support for streaming responses from OpenAI on web platform
- Implement support for streaming responses from OpenAI on web platform

## 3.1.4
- Merge Code from contributors
- Support Web streaming
- Added json_schema support to ResponseFormat
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ supervised and reinforcement learning techniques.

## Install Package
```dart
chat_gpt_sdk: 3.1.2
chat_gpt_sdk: 3.1.3
```

## Create OpenAI Instance
Expand Down

0 comments on commit 3fe1725

Please sign in to comment.