diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d81828..696c513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -225,4 +225,6 @@ - Update Assistant Model - Add Support Tools to Json - Update Generate Image Request - \ No newline at end of file + +## 3.0.5 +- Fix Assistant Data Json parsing bug \ No newline at end of file diff --git a/README.md b/README.md index 09240c5..257d3df 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 7af93b8..685e2fa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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