Update librechat.yaml
Browse files- librechat.yaml +19 -2
librechat.yaml
CHANGED
|
@@ -22,7 +22,6 @@ interface:
|
|
| 22 |
modalTitle: "Terms of Service for LibreChat"
|
| 23 |
modalContent: |
|
| 24 |
# Terms and Conditions for LibreChat
|
| 25 |
-
|
| 26 |
Please do not use chatgpt , since librechat is better 😀
|
| 27 |
|
| 28 |
Regards , Vaibhav
|
|
@@ -127,6 +126,24 @@ mcpServers:
|
|
| 127 |
EXA_API_KEY: "e4399980-1016-44ab-8789-1ef7f967a281"
|
| 128 |
PATH: "/usr/local/bin:/usr/bin:/bin"
|
| 129 |
NODE_PATH: "/usr/local/lib/node_modules"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 130 |
memory:
|
| 131 |
type: stdio
|
| 132 |
command: npx
|
|
@@ -280,4 +297,4 @@ fileConfig:
|
|
| 280 |
# serverFileSizeLimit: 100 # Global server file size limit in MB
|
| 281 |
# avatarSizeLimit: 2 # Limit for user avatar image size in MB
|
| 282 |
# See the Custom Configuration Guide for more information on Assistants Config:
|
| 283 |
-
# https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/assistants_endpoint
|
|
|
|
| 22 |
modalTitle: "Terms of Service for LibreChat"
|
| 23 |
modalContent: |
|
| 24 |
# Terms and Conditions for LibreChat
|
|
|
|
| 25 |
Please do not use chatgpt , since librechat is better 😀
|
| 26 |
|
| 27 |
Regards , Vaibhav
|
|
|
|
| 126 |
EXA_API_KEY: "e4399980-1016-44ab-8789-1ef7f967a281"
|
| 127 |
PATH: "/usr/local/bin:/usr/bin:/bin"
|
| 128 |
NODE_PATH: "/usr/local/lib/node_modules"
|
| 129 |
+
arxiv:
|
| 130 |
+
type: stdio
|
| 131 |
+
command: python
|
| 132 |
+
args:
|
| 133 |
+
- -m
|
| 134 |
+
- mcp_simple_arxiv
|
| 135 |
+
timeout: 60000000
|
| 136 |
+
pubmed:
|
| 137 |
+
type: stdio
|
| 138 |
+
command: python
|
| 139 |
+
args:
|
| 140 |
+
- -m
|
| 141 |
+
- mcp_simple_pubmed
|
| 142 |
+
env:
|
| 143 |
+
PUBMED_EMAIL: "[email protected]"
|
| 144 |
+
PUBMED_API_KEY : "77ea72d89b98d279c1848389cd027a51c408"
|
| 145 |
+
PATH: "/usr/local/bin:/usr/bin:/bin"
|
| 146 |
+
NODE_PATH: "/usr/local/lib/node_modules"
|
| 147 |
memory:
|
| 148 |
type: stdio
|
| 149 |
command: npx
|
|
|
|
| 297 |
# serverFileSizeLimit: 100 # Global server file size limit in MB
|
| 298 |
# avatarSizeLimit: 2 # Limit for user avatar image size in MB
|
| 299 |
# See the Custom Configuration Guide for more information on Assistants Config:
|
| 300 |
+
# https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/assistants_endpoint
|