Update librechat.yaml
Browse files- librechat.yaml +8 -8
librechat.yaml
CHANGED
@@ -194,11 +194,11 @@ speech:
|
|
194 |
model: "whisper-large-v3"
|
195 |
tts:
|
196 |
openai:
|
197 |
-
url: "https://guru-25-tts.hf.space/v1/audio/speech"
|
198 |
-
apiKey: "${TTS_API_KEY}"
|
199 |
-
model: "tts-1-hd"
|
200 |
-
voices: ["en-US-AvaNeural", "en-US-AvaMultilingualNeural"]
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
|
|
194 |
model: "whisper-large-v3"
|
195 |
tts:
|
196 |
openai:
|
197 |
+
# url: "https://guru-25-tts.hf.space/v1/audio/speech"
|
198 |
+
# apiKey: "${TTS_API_KEY}"
|
199 |
+
# model: "tts-1-hd"
|
200 |
+
# voices: ["en-US-AvaNeural", "en-US-AvaMultilingualNeural"]
|
201 |
+
url: "https://api.groq.com/openai/v1/audio/speech"
|
202 |
+
apiKey: "${STT_API_KEY}"
|
203 |
+
model: "playai-tts"
|
204 |
+
voices: ["Cheyenne-PlayAI"]
|