Spaces:
Building
Building
Update librechat.yaml
Browse files- librechat.yaml +8 -8
librechat.yaml
CHANGED
@@ -71,7 +71,7 @@ interface:
|
|
71 |
multiConvo: true
|
72 |
agents: true
|
73 |
|
74 |
-
# Example Registration Object Structure (optional)
|
75 |
registration:
|
76 |
socialLogins: ['github', 'google', 'discord', 'openid', 'facebook', 'apple']
|
77 |
# allowedDomains:
|
@@ -79,13 +79,13 @@ registration:
|
|
79 |
|
80 |
|
81 |
# Example Balance settings
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
|
90 |
# speech:
|
91 |
# tts:
|
|
|
71 |
multiConvo: true
|
72 |
agents: true
|
73 |
|
74 |
+
# Example Registration Object Structure (optional)
|
75 |
registration:
|
76 |
socialLogins: ['github', 'google', 'discord', 'openid', 'facebook', 'apple']
|
77 |
# allowedDomains:
|
|
|
79 |
|
80 |
|
81 |
# Example Balance settings
|
82 |
+
balance:
|
83 |
+
enabled: true
|
84 |
+
startBalance: 1000
|
85 |
+
autoRefillEnabled: true
|
86 |
+
refillIntervalValue: 1
|
87 |
+
refillIntervalUnit: 'hours'
|
88 |
+
refillAmount: 5000
|
89 |
|
90 |
# speech:
|
91 |
# tts:
|