Update librechat.yaml
Browse files- librechat.yaml +9 -7
librechat.yaml
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
-
|
2 |
-
version: 1.0.2
|
3 |
|
4 |
-
# Cache settings: Set to true to enable caching
|
5 |
cache: true
|
6 |
|
7 |
-
|
8 |
registration:
|
9 |
-
socialLogins: ["
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
version: 1.0.9
|
|
|
2 |
|
|
|
3 |
cache: true
|
4 |
|
5 |
+
|
6 |
registration:
|
7 |
+
socialLogins: ["discord", "facebook", "github", "google", "openid"]
|
8 |
+
|
9 |
+
tts:
|
10 |
+
openai:
|
11 |
+
apiKey: '${TTS_API_KEY}'
|
12 |
+
model: 'tts-1'
|
13 |
+
voices: ['alloy','echo','fable','onyx','nova','shimmer','keli_hailuo','YaeMiko_hailuo','male-botong','Podcast_girl','boyan_new_hailuo','female-shaonv','xiaoyi_mix_hailuo','xiaomo_sft','cove_test2_hailuo','scarlett_hailuo','Leishen2_hailuo','Zhongli_hailuo','Paimeng_hailuo','Hutao_hailuo','Xionger_hailuo','Haimian_hailuo','Robot_hunter_hailuo','Linzhiling_hailuo','huafei_hailuo','lingfeng_hailuo','male_dongbei_hailuo','JayChou_hailuo','Daniel_hailuo','Bingjiao_zongcai_hailuo','female-yaoyao-hd','murong_sft','shangshen_sft','kongchen_sft','shenteng2_hailuo','Guodegang_hailuo','yueyue_hailuo']
|