Spaces:
Running
Running
Update librechat.yaml
Browse files- librechat.yaml +28 -37
librechat.yaml
CHANGED
@@ -22,43 +22,34 @@ interface:
|
|
22 |
externalUrl: 'https://librechat.ai/tos'
|
23 |
openNewTab: true
|
24 |
modalAcceptance: true
|
25 |
-
modalTitle: "Terms of Service for
|
26 |
-
modalContent: |
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
## 6. Changes to the Terms
|
54 |
-
|
55 |
-
We reserve the right to modify these Terms at any time. We will notify users of any changes by email. Your continued use of the Website after such changes have been notified will constitute your consent to such changes.
|
56 |
-
|
57 |
-
## 7. Contact Information
|
58 |
-
|
59 |
-
If you have any questions about these Terms, please contact us at contact@librechat.ai.
|
60 |
-
|
61 |
-
By using the Website, you acknowledge that you have read these Terms of Service and agree to be bound by them.
|
62 |
|
63 |
endpointsMenu: true
|
64 |
modelSelect: true
|
|
|
22 |
externalUrl: 'https://librechat.ai/tos'
|
23 |
openNewTab: true
|
24 |
modalAcceptance: true
|
25 |
+
modalTitle: "Capabilities and Terms of Service for Librechat"
|
26 |
+
modalContent: |
|
27 |
+
## Overview and Key Features
|
28 |
+
|
29 |
+
This platform is designed to facilitate user exploration of the Model Context Protocol (MCP) and the capabilities offered by LibreChat. It includes several powerful, built-in features accessible without requiring user-provided API keys or credentials.
|
30 |
+
|
31 |
+
### Core Capabilities:
|
32 |
+
|
33 |
+
* **Integrated Agents:**
|
34 |
+
* **Smarty:** An intelligent search companion optimized for web searches, providing robust performance comparable to specialized search AI tools.
|
35 |
+
* **CodeSandbox:** A free, powerful alternative to proprietary code interpreter APIs. This local Python MCP server enables code execution, package installation, and multi-language support within a secure sandbox environment.
|
36 |
+
|
37 |
+
* **Broad LLM Access:** Provides complimentary access (no API keys required) to a selection of state-of-the-art Large Language Models, including:
|
38 |
+
* Qwen3
|
39 |
+
* Gemini 2.5 Pro
|
40 |
+
* GPT-4o
|
41 |
+
* GPT-4.1
|
42 |
+
* DeepSeek R1
|
43 |
+
* *(Note: Availability may be subject to change)*
|
44 |
+
|
45 |
+
* **Document Processing:**
|
46 |
+
* **RAG (Retrieval-Augmented Generation):** Enabled for enhanced information retrieval from provided documents.
|
47 |
+
* **OCR (Optical Character Recognition):** Allows processing of text within uploaded image-based documents.
|
48 |
+
* Supports uploading and processing of large files.
|
49 |
+
|
50 |
+
* **Simplified Access:** All features are pre-configured, eliminating the need for users to manage or provide API keys or credentials.
|
51 |
+
|
52 |
+
Note:By using the Website, you acknowledge that you have read these Terms of Service and agree to be bound by them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
endpointsMenu: true
|
55 |
modelSelect: true
|