flutter_chatgpt icon indicating copy to clipboard operation
flutter_chatgpt copied to clipboard

Create Stream on each message?

Open desmeit opened this issue 7 months ago • 1 comments

You are creating a new stream with a new event id with each message. So you have a new stream for every speech bubble? Is that the right way?

What if the user enters a new message while Chat GPT is responding. Then several listeners run simultaneously.

Wouldn't it be better to initialize the stream only once and then update it in some way?

desmeit avatar Nov 21 '23 11:11 desmeit