ChatGPT streaming with Curl (VaRest).

Hi everyone, i’m trying to use the chatGPT streaming with VaRest plugin on Unreal Engine 5.1.

But i think that when i do the Curl request, it gives me the tokens all togheter. I want them to arrive before the last one, like a stream.

Are there other ways to to this?

I tryed to find something online but noone did this apparently. I also tryed with OpenAI plug-in but it doesn’t support streaming. Am i doing something wrong? Or it’s supposed to work like this?

So at the end i just need to stream the chatGPT response and print it.

The final objective is to stream GPT and at the same time stream ElevenLabs, so the voice is in sync with the text.

(i have the same problem with ElevenLabs streaming).

Thanks to everyone.