mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 04:10:15 +01:00
✨ WIP: Implement Realtime Ephemeral Token functionality and update related components
This commit is contained in:
parent
12d7028a18
commit
6b90817ae0
12 changed files with 213 additions and 13 deletions
|
|
@ -1,4 +1,5 @@
|
|||
const getCustomConfigSpeech = require('./getCustomConfigSpeech');
|
||||
const getRealtimeConfig = require('./getRealtimeConfig');
|
||||
const TTSService = require('./TTSService');
|
||||
const STTService = require('./STTService');
|
||||
const getVoices = require('./getVoices');
|
||||
|
|
@ -6,6 +7,7 @@ const getVoices = require('./getVoices');
|
|||
module.exports = {
|
||||
getVoices,
|
||||
getCustomConfigSpeech,
|
||||
getRealtimeConfig,
|
||||
...STTService,
|
||||
...TTSService,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue