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