You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Same request as #2773, but for JavaScript: I want to be able to stream output from LLMs to Azure and get text going as soon as possible without having to wait for the full response.
Describe the solution you'd like
Allow streaming in LLM output tokens with speak_async and tts_request.input_stream.write into the Speech Synthesizer and start generating text as soon as possible.