Update librechat.yaml
Browse files- librechat.yaml +1 -4
librechat.yaml
CHANGED
@@ -6,9 +6,6 @@ interface:
|
|
6 |
multiConvo: false
|
7 |
agents: false
|
8 |
runCode: false
|
9 |
-
modelSelect: true
|
10 |
-
parameters: true
|
11 |
-
presets: false
|
12 |
|
13 |
modelSpecs:
|
14 |
list:
|
@@ -130,6 +127,6 @@ speech:
|
|
130 |
tts:
|
131 |
openai:
|
132 |
url: "https://guru-25-piper.hf.space/v1/audio/speech"
|
133 |
-
apiKey: "
|
134 |
model: "tts-1"
|
135 |
voices: ["alloy", "echo", "fable", "onyx", "nova", "shimmer"]
|
|
|
6 |
multiConvo: false
|
7 |
agents: false
|
8 |
runCode: false
|
|
|
|
|
|
|
9 |
|
10 |
modelSpecs:
|
11 |
list:
|
|
|
127 |
tts:
|
128 |
openai:
|
129 |
url: "https://guru-25-piper.hf.space/v1/audio/speech"
|
130 |
+
apiKey: "${TTS_API_KEY}"
|
131 |
model: "tts-1"
|
132 |
voices: ["alloy", "echo", "fable", "onyx", "nova", "shimmer"]
|