Update librechat.yaml
Browse files- librechat.yaml +14 -1
librechat.yaml
CHANGED
@@ -118,4 +118,17 @@ endpoints:
|
|
118 |
baseURL: "https://router.huggingface.co/fireworks-ai/v1"
|
119 |
models:
|
120 |
default:
|
121 |
-
- accounts/fireworks/models/deepseek-r1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
baseURL: "https://router.huggingface.co/fireworks-ai/v1"
|
119 |
models:
|
120 |
default:
|
121 |
+
- accounts/fireworks/models/deepseek-r1
|
122 |
+
|
123 |
+
speech:
|
124 |
+
stt:
|
125 |
+
openai:
|
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"
|
132 |
+
apiKey: "guru"
|
133 |
+
model: "tts-1"
|
134 |
+
voices: ['alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer']
|