jiefu95
jiefu953w ago

jiefu95 - Hi, with the buildship streaming API ...

Hi, with the buildship streaming API with flutterflow taught on Buildship YouTube channel, it seems like the texts are not coming in as smooth as they should be. They are all coming in chunks rather than word by word as you would have expect from OpenAI. Any reason for that?
Solution:
Thanks for the reply. I figured out the problem is choosing Cleaned Chunked Text instead of Server Sent Events in Buildship. It makes the result being sent in chunked which doesn't looks good for my needs. Hence using the SSE solved the issue. Thanks heaps!
Jump to solution
6 Replies
jiefu95
jiefu953w ago
I've tried using just flutterflow streaming API without buildship and the flow of text coming in is just perfect, is there any reason why is it the case?
Gaurav Chadha
Gaurav Chadha3w ago
cc @Stu could you help here?
Stu
Stu3w ago
Yeah @Gaurav Chadha happy to jump in. @jiefu95 could you tell me a bit more? Perhaps a quick recording of what you're seeing and your API settings in Flutterflow would help? Happy if you'd prefer to DM me anything sensitive.
Gaurav Chadha
Gaurav Chadha3w ago
@jiefu95 you can submit your workflow via in-app as well.
Solution
jiefu95
jiefu953w ago
Thanks for the reply. I figured out the problem is choosing Cleaned Chunked Text instead of Server Sent Events in Buildship. It makes the result being sent in chunked which doesn't looks good for my needs. Hence using the SSE solved the issue. Thanks heaps!
Gaurav Chadha
Gaurav Chadha3w ago
Cool, yeah the streaming assistant was recently updated with this option.