mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30: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
|
|
@ -171,7 +171,9 @@ export const textToSpeechManual = () => `${textToSpeech()}/manual`;
|
|||
|
||||
export const textToSpeechVoices = () => `${textToSpeech()}/voices`;
|
||||
|
||||
export const getCustomConfigSpeech = () => `${speech()}/config/get`;
|
||||
export const getCustomConfigSpeech = () => `${speech()}/config`;
|
||||
|
||||
export const getRealtimeEphemeralToken = () => `${speech()}/realtime`;
|
||||
|
||||
export const getPromptGroup = (_id: string) => `${prompts()}/groups/${_id}`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue