Spaces:
Sleeping
Sleeping
Update librechat.yaml
Browse files- librechat.yaml +6 -0
librechat.yaml
CHANGED
|
@@ -11,6 +11,12 @@ interface:
|
|
| 11 |
externalUrl: 'https://librechat.ai/tos'
|
| 12 |
openNewTab: true
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
registration:
|
| 15 |
socialLogins: ["discord", "facebook", "github", "google", "openid"]
|
| 16 |
|
|
|
|
| 11 |
externalUrl: 'https://librechat.ai/tos'
|
| 12 |
openNewTab: true
|
| 13 |
|
| 14 |
+
mcpServers:
|
| 15 |
+
searxng:
|
| 16 |
+
command: "mcp-searxng"
|
| 17 |
+
env:
|
| 18 |
+
SEARXNG_URL: "https://searx.be/"
|
| 19 |
+
|
| 20 |
registration:
|
| 21 |
socialLogins: ["discord", "facebook", "github", "google", "openid"]
|
| 22 |
|