Update librechat.yaml
Browse files- librechat.yaml +5 -1
librechat.yaml
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
# Configuration version (required)
|
2 |
-
version: 1.
|
3 |
|
4 |
# Cache settings: Set to true to enable caching
|
5 |
cache: true
|
6 |
|
|
|
|
|
|
|
|
|
7 |
# Definition of custom endpoints
|
8 |
endpoints:
|
9 |
# assistants:
|
|
|
1 |
# Configuration version (required)
|
2 |
+
version: 1.1.5
|
3 |
|
4 |
# Cache settings: Set to true to enable caching
|
5 |
cache: true
|
6 |
|
7 |
+
registration:
|
8 |
+
allowedDomains:
|
9 |
+
- "gmail.com"
|
10 |
+
|
11 |
# Definition of custom endpoints
|
12 |
endpoints:
|
13 |
# assistants:
|