akiko19191 commited on
Commit
781b042
·
verified ·
1 Parent(s): 4a5a62c

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. 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 LibreChat"
26
- modalContent: |
27
- # Terms and Conditions for LibreChat
28
-
29
- *Effective Date: February 18, 2024*
30
-
31
- Welcome to LibreChat, the informational website for the open-source AI chat platform, available at https://librechat.ai. These Terms of Service ("Terms") govern your use of our website and the services we offer. By accessing or using the Website, you agree to be bound by these Terms and our Privacy Policy, accessible at https://librechat.ai//privacy.
32
-
33
- ## 1. Ownership
34
-
35
- Upon purchasing a package from LibreChat, you are granted the right to download and use the code for accessing an admin panel for LibreChat. While you own the downloaded code, you are expressly prohibited from reselling, redistributing, or otherwise transferring the code to third parties without explicit permission from LibreChat.
36
-
37
- ## 2. User Data
38
-
39
- We collect personal data, such as your name, email address, and payment information, as described in our Privacy Policy. This information is collected to provide and improve our services, process transactions, and communicate with you.
40
-
41
- ## 3. Non-Personal Data Collection
42
-
43
- The Website uses cookies to enhance user experience, analyze site usage, and facilitate certain functionalities. By using the Website, you consent to the use of cookies in accordance with our Privacy Policy.
44
-
45
- ## 4. Use of the Website
46
-
47
- You agree to use the Website only for lawful purposes and in a manner that does not infringe the rights of, restrict, or inhibit anyone else's use and enjoyment of the Website. Prohibited behavior includes harassing or causing distress or inconvenience to any person, transmitting obscene or offensive content, or disrupting the normal flow of dialogue within the Website.
48
-
49
- ## 5. Governing Law
50
-
51
- These Terms shall be governed by and construed in accordance with the laws of the United States, without giving effect to any principles of conflicts of law.
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