diff --git a/backend/open_webui/routers/audio.py b/backend/open_webui/routers/audio.py index 3bf68699fb..926380bf52 100644 --- a/backend/open_webui/routers/audio.py +++ b/backend/open_webui/routers/audio.py @@ -442,8 +442,8 @@ async def _tts_azure(request, payload, file_path, file_body_path, user): output_format = await Config.get('audio.tts.azure.speech_output_format') ssml = ( - f'' - f'{html.escape(payload["input"])}' + f'' + f'{html.escape(payload["input"])}' f'' )