From 60f6c5cf147ce6b9bcde2a99176d7286c1b81a41 Mon Sep 17 00:00:00 2001 From: Travis Van Nimwegen Date: Wed, 22 Jan 2025 21:07:37 -0500 Subject: [PATCH] Update openai-edge-tts-integration.md --- docs/tutorials/text-to-speech/openai-edge-tts-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/text-to-speech/openai-edge-tts-integration.md b/docs/tutorials/text-to-speech/openai-edge-tts-integration.md index ecb3289..44c15f7 100644 --- a/docs/tutorials/text-to-speech/openai-edge-tts-integration.md +++ b/docs/tutorials/text-to-speech/openai-edge-tts-integration.md @@ -11,7 +11,7 @@ This tutorial is a community contribution and is not supported by the OpenWebUI ## What is `openai-edge-tts`? -[OpenAI Edge TTS](https://github.com/travisvn/openai-edge-tts) is a text-to-speech API that mimics the OpenAI API endpoint, allowing for a direct substitute in scenarios where the OpenAI Speech is used. +[OpenAI Edge TTS](https://github.com/travisvn/openai-edge-tts) is a text-to-speech API that mimics the OpenAI API endpoint, allowing for a direct substitute in scenarios where you can define the endpoint URL, like with Open WebUI. It uses the [edge-tts](https://github.com/rany2/edge-tts) package, which leverages the Edge browser's free "Read Aloud" feature to emulate a request to Microsoft / Azure in order to receive very high quality text-to-speech for free.