Update librechat.yaml
Browse files- librechat.yaml +8 -8
librechat.yaml
CHANGED
@@ -199,11 +199,11 @@ speech:
|
|
199 |
model: "whisper-large-v3"
|
200 |
tts:
|
201 |
openai:
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
url: "https://api.groq.com/openai/v1/audio/speech"
|
207 |
-
apiKey: "${STT_API_KEY}"
|
208 |
-
model: "playai-tts"
|
209 |
-
voices: ["Cheyenne-PlayAI"]
|
|
|
199 |
model: "whisper-large-v3"
|
200 |
tts:
|
201 |
openai:
|
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"]
|
206 |
+
# url: "https://api.groq.com/openai/v1/audio/speech"
|
207 |
+
# apiKey: "${STT_API_KEY}"
|
208 |
+
# model: "playai-tts"
|
209 |
+
# voices: ["Cheyenne-PlayAI"]
|