AyrennC
AyrennC
I encountered the same issue, turn out I was importing from the source directly. Changing `import Typist from 'react-typist/src/Typist'` to `import Typist from 'react-typist'` should fix the error.
Would also love to see support for streaming for gemini tts models
Any updates on this?
Also facing the same issue, any plan to add support for streaming for `gemini-2.5-flash-preview-tts` and `gemini-2.5-pro-preview-tts`?
@krrishdholakia , here is the log details ```bash Unsupported model: gemini-2.5-flash-preview-native-audio-dialog stack trace: Traceback (most recent call last): File "/app/litellm/main.py", line 5556, in ahealth_check _response = await mode_handlers[mode]() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...