Update librechat.yaml
Browse files- librechat.yaml +6 -1
librechat.yaml
CHANGED
|
@@ -118,6 +118,11 @@ endpoints:
|
|
| 118 |
- accounts/fireworks/models/deepseek-r1
|
| 119 |
|
| 120 |
speech:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
stt:
|
| 122 |
openai:
|
| 123 |
url: "https://api.groq.com/openai/v1/audio/transcriptions"
|
|
@@ -128,4 +133,4 @@ speech:
|
|
| 128 |
url: "https://guru-25-piper.hf.space/v1/audio/speech"
|
| 129 |
apiKey: "${TTS_API_KEY}"
|
| 130 |
model: "tts-1"
|
| 131 |
-
voices: ["
|
|
|
|
| 118 |
- accounts/fireworks/models/deepseek-r1
|
| 119 |
|
| 120 |
speech:
|
| 121 |
+
speechTab:
|
| 122 |
+
speechToText:
|
| 123 |
+
engineSTT: "external"
|
| 124 |
+
textToSpeech:
|
| 125 |
+
engineTTS: "external"
|
| 126 |
stt:
|
| 127 |
openai:
|
| 128 |
url: "https://api.groq.com/openai/v1/audio/transcriptions"
|
|
|
|
| 133 |
url: "https://guru-25-piper.hf.space/v1/audio/speech"
|
| 134 |
apiKey: "${TTS_API_KEY}"
|
| 135 |
model: "tts-1"
|
| 136 |
+
voices: ["nova"]
|