Update librechat.yaml
Browse files- librechat.yaml +6 -6
librechat.yaml
CHANGED
@@ -126,9 +126,9 @@ speech:
|
|
126 |
url: "https://api.groq.com/openai/v1"
|
127 |
apiKey: "${STT_API_KEY}"
|
128 |
model: "whisper-large-v3"
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
|
|
126 |
url: "https://api.groq.com/openai/v1"
|
127 |
apiKey: "${STT_API_KEY}"
|
128 |
model: "whisper-large-v3"
|
129 |
+
tts:
|
130 |
+
openai:
|
131 |
+
url: "https://guru-25-piper.hf.space/v1/audio/synthesize"
|
132 |
+
apiKey: "guru"
|
133 |
+
model: "tts-1"
|
134 |
+
voices: ['alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer']
|