Create librechat.yaml
Browse files- librechat.yaml +27 -0
librechat.yaml
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# For more information, see the Configuration Guide:
|
2 |
+
# https://www.librechat.ai/docs/configuration/librechat_yaml
|
3 |
+
version: 1.1.5
|
4 |
+
cache: true
|
5 |
+
interface:
|
6 |
+
privacyPolicy:
|
7 |
+
externalUrl: 'https://librechat.ai/privacy-policy'
|
8 |
+
openNewTab: true
|
9 |
+
termsOfService:
|
10 |
+
externalUrl: 'https://librechat.ai/tos'
|
11 |
+
openNewTab: true
|
12 |
+
registration:
|
13 |
+
socialLogins: ['github', 'google', 'discord', 'openid', 'facebook']
|
14 |
+
endpoints:
|
15 |
+
custom:
|
16 |
+
- name: "yi-lightning"
|
17 |
+
apiKey: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6InljaTVpbXpJWlpvQUdGd29fbk05Q2t2TnNVUUNydXlqckliNzVTMzM0eWcifQ.eyJzdWIiOiI2NzBmMjhjZTBmZGI0OTZjMmRiNjU0NDYiLCJhdWQiOiI2NWU1MjMxYTdiMTI4ZDdlZDhjYTdiZWYiLCJzY29wZSI6InByb2ZpbGUgYWRkcmVzcyBvcGVuaWQgZW1haWwgcGhvbmUiLCJpYXQiOjE3MzIyNTk2OTUsImV4cCI6MTczMzQ2OTI5NSwianRpIjoiYXd5QzZxdUhmY01Gc19Za1JBbDFIM0JKakpQR0xIWF81YmVfRjRqR0Y0cyIsImlzcyI6Imh0dHBzOi8vMDFhaS1wbGF0Zm9ybS5hdXRoaW5nLmNuL29pZGMifQ.ST4kJ7HgL7Y3OrTSR_-f6iWkYAtmrNikUfYs1iEwe_hti_96m-11fv-7vNuTZTVFaC37nxm_XXJNmwh2QkFmS66nKB5FRFUDCpRJPdT7oL4Wsr_xX008IeVOn0Jy9iixBKn8b_J1zpi-rSvxjDzeFuRX7l-SDCVtK-z_UnJKOA8px5HDE7oSlCaOJAFfHRfnG0FFqhTDzG7tU9tAZVS_q_ftWU_ktICysMRe7TF5V07C9Rgz7xRTiEyEaW3FfadKWQScQFvqSkXvXkhYf_rLUT-SdOIE3VVtimw3of6YzSoVeuWfr9U1ovJGNMk9FGOZYpHvlKQCU_PL5mAMHt-6Fg"
|
18 |
+
baseURL: "https://wispy-poetry-d145.baochao0912.workers.dev/web/v1"
|
19 |
+
models:
|
20 |
+
default: ["yi-lightning"]
|
21 |
+
titleConvo: true
|
22 |
+
titleModel: "yi-lightning"
|
23 |
+
modelDisplayLabel: "yi-lightning"
|
24 |
+
# addParams:
|
25 |
+
# safe_prompt: true # Mistral specific value for moderating messages
|
26 |
+
# NOTE: For Mistral, it is necessary to drop the following parameters or you will encounter a 422 Error:
|
27 |
+
dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
|