🔉 fix: Elevenlabs TTS and STT (#3482)

* fix: add `await` on getVoices

* fix: STT function

* fix: elevenlabs

* chore(lint): remove unnecessary whitespace in ldap.js

---------

Co-authored-by: Danny Avila <danny@librechat.ai>
This commit is contained in:
Marco Beretta 2024-07-30 12:46:46 -04:00 committed by GitHub
parent 51cd847606
commit 27ab00c6a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4 additions and 5 deletions

View file

@ -245,4 +245,4 @@ async function speechToText(req, res) {
await sttService.processTextToSpeech(req, res);
}
module.exports = speechToText;
module.exports = { speechToText };