-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First Word Missing in onChatCompletionSSE Responses #69
Comments
@Abdullatif-Eida Thank your for this report , this problem chunk in stream response , I will fix it. |
when can you fix this @redevrx ? |
@Abdullatif-Eida is there a workaround for this ? |
@garegintamrazyan07 You can try version 2.5.6 in this repo. https://pub.dev/packages/chat_gpt_sdk |
thanks, will check |
hey @redevrx , it seems that new version is not working ?
|
same here |
same issue here |
The new update doesn't work. |
+1 |
@redevrx can we have a fix for this ? |
Hello, are you planning to fix it soon or shall we move to another package temporarily? |
go to pubspec.yaml the go to chat_gpt_sdk and make it chat_gpt_sdk: 2.2.5 and everything will work again event the First Word Missing in onChatCompletionSSE Responses issue is change but everything is working now |
@Abdullatif-Eida it is not working |
It worked for me, just clean the project and force the version:
|
Still experiencing this using 2.2.5 - seeing this in the debug console:
|
fix #69: missing first word in sse response for example_app
The onChatCompletionSSE response for generating a 200-word description of Turkey for example is experiencing an anomaly where the first word is returned as null or an empty string as shown belowÍ.
i am using the example shared by you
platform:IOS but also it occurs inside android
chat_gpt_sdk 2.2.5
flutter doctor:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.13.8, on macOS 12.6.8 21G725 darwin-x64, locale en-TR)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.1)
[✓] VS Code (version 1.83.1)
[✓] Connected device (4 available)
[✓] Network resources
The text was updated successfully, but these errors were encountered: