Update librechat.yaml
Browse files- librechat.yaml +1 -6
librechat.yaml
CHANGED
@@ -4,11 +4,6 @@ version: 1.1.5
|
|
4 |
# Cache settings: Set to true to enable caching
|
5 |
cache: true
|
6 |
|
7 |
-
registration:
|
8 |
-
socialLogins: ['github', 'google', 'discord', 'openid', 'facebook']
|
9 |
-
allowedDomains:
|
10 |
-
- "gmail.com"
|
11 |
-
|
12 |
# Definition of custom endpoints
|
13 |
endpoints:
|
14 |
# assistants:
|
@@ -62,7 +57,7 @@ endpoints:
|
|
62 |
"mistral-medium-latest",
|
63 |
"mistral-large-latest"
|
64 |
]
|
65 |
-
fetch:
|
66 |
titleConvo: true
|
67 |
titleMethod: "completion"
|
68 |
titleModel: "open-mistral-7b"
|
|
|
4 |
# Cache settings: Set to true to enable caching
|
5 |
cache: true
|
6 |
|
|
|
|
|
|
|
|
|
|
|
7 |
# Definition of custom endpoints
|
8 |
endpoints:
|
9 |
# assistants:
|
|
|
57 |
"mistral-medium-latest",
|
58 |
"mistral-large-latest"
|
59 |
]
|
60 |
+
fetch: true
|
61 |
titleConvo: true
|
62 |
titleMethod: "completion"
|
63 |
titleModel: "open-mistral-7b"
|