Is your feature request related to a problem?
There is currently no retry or graceful handling for server-side (500) errors from the Gemini TTS. This can lead to a poor user experience during TTS processes.
Describe the solution you'd like
- Implement a retry mechanism for TTS requests.
- Ensure a graceful exit in case of repeated failures.
Original issue
Describe the current behavior
No retry or graceful handling of Gemini server side (500) type errors for TTS.
Describe the enhancement you'd like
Add retry mechanism with graceful exit.
Is your feature request related to a problem?
There is currently no retry or graceful handling for server-side (500) errors from the Gemini TTS. This can lead to a poor user experience during TTS processes.
Describe the solution you'd like
Original issue
Describe the current behavior
No retry or graceful handling of Gemini server side (500) type errors for TTS.
Describe the enhancement you'd like
Add retry mechanism with graceful exit.