LibreChat/api/server/services/Files/Audio
Danny Avila 5d40d0a37a
⚙️ feat: Adjust Rate of Stream Progress (#3244)
* chore: bump data-provider and add MESSAGES CacheKey

* refactor: avoid saving messages while streaming, save partial text to cache instead

* fix(ci): processChunks

* chore: logging aborted request to debug

* feat: set stream rate for token processing

* chore: specify default stream rate

* fix(ci): Update AppService.js to use optional chaining for endpointLocals assignment

* refactor: abstract the error handler

* feat: streamRate for assistants; refactor: update default rate for token

* refactor: update error handling in assistants/errors.js

* refactor: update error handling in assistants/errors.js
2024-07-17 10:47:17 -04:00
..
getCustomConfigSpeech.js 🌐 feat: disable external engine if not configured (#3313) 2024-07-17 10:08:43 -04:00
getVoices.js 🗣️ feat: Azure OpenAI speech (#2985) 2024-07-10 16:33:06 -04:00
index.js 🎤 feat: add custom speech config, browser TTS/STT features, and dynamic speech tab settings (#2921) 2024-07-05 10:13:34 -04:00
speechToText.js 🗣️ feat: Azure OpenAI speech (#2985) 2024-07-10 16:33:06 -04:00
streamAudio.js ⚙️ feat: Adjust Rate of Stream Progress (#3244) 2024-07-17 10:47:17 -04:00
streamAudio.spec.js ⚙️ feat: Adjust Rate of Stream Progress (#3244) 2024-07-17 10:47:17 -04:00
textToSpeech.js 🗣️ feat: Azure OpenAI speech (#2985) 2024-07-10 16:33:06 -04:00