Hello Retool community,
I am trying to connect to my own chat completion endpoint, my chat endpoint is custom using fastapi (python), I have tried many ways, but LLM Chat component doesn’t stream my output, instead it displayed everything at the end which is quite a long time.
Anyone knows how can I stream output from custom endpoint?