From 5de97a41cbfb8a421be1912694dc3968545bc1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=9D=E5=90=89=E5=A1=94=E5=A4=A7=E7=8E=8B?= Date: Fri, 12 Jul 2024 13:12:49 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78bd4306..c2632ed8 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ To explore further, the ASTRA voice agent is an excellent starting point. It inc |---------------------|-----------------|-------------------------------------------------------------------------------------------------------------| | openai_chatgpt | LLM | [ GPT-4o ](https://platform.openai.com/docs/models/gpt-4o), [ GPT-4 Turbo ](https://platform.openai.com/docs/models/gpt-4-turbo-and-gpt-4), [ GPT-3.5 Turbo ](https://platform.openai.com/docs/models/gpt-3-5-turbo) | | elevenlabs_tts | Text-to-speech | [ElevanLabs text to speech](https://elevenlabs.io/) converts text to audio | -| azure_tts | Text-to-speech | [Azure text to speech](https://azure.microsoft.com/en-us/products/ai-services/text-to-speech) converts audio to text | +| azure_tts | Text-to-speech | [Azure text to speech](https://azure.microsoft.com/en-us/products/ai-services/text-to-speech) converts text to audio | | azure_stt | Speech-to-text | [Azure speech to text](https://azure.microsoft.com/en-us/products/ai-services/speech-to-text) converts audio to text | | chat_transcriber | Transcriber | A utility ext to forward chat logs into channel | | agora_rtc | Transporter | A low latency transporter powered by agora_rtc |