mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
🔗 fix: links on features page (#65)
This commit is contained in:
@@ -65,7 +65,7 @@ import Image from 'next/image'
|
||||
- **Message Flexibility**: Edit previous messages and resubmit for better responses.
|
||||
- **Conversation Control**: Branch conversations to explore different discussion paths without losing context.
|
||||
|
||||
### 🌿 **[Fork Messages & Conversations for Advanced Context Control](docs/user_guides/fork)**
|
||||
### 🌿 **[Fork Messages & Conversations for Advanced Context Control](/docs/user_guides/fork)**
|
||||
|
||||
- **Advanced Context Management**: Split messages to create multiple conversation threads, enhancing contextual accuracy.
|
||||
|
||||
@@ -75,7 +75,7 @@ import Image from 'next/image'
|
||||
|
||||
- 📸 **Claude 3, GPT-4, Gemini Vision, Llava and Assistants**: Upload and analyze images seamlessly with these advanced models.
|
||||
|
||||
#### **[File Interaction](docs/user_guides/rag_api)**
|
||||
#### **[File Interaction](/docs/user_guides/rag_api)**
|
||||
|
||||
- 🗃️ **Custom Endpoints, OpenAI, Azure, Anthropic, Google**: Chat with files using various powerful endpoints.
|
||||
|
||||
@@ -116,25 +116,25 @@ import Image from 'next/image'
|
||||
|
||||
- **User Adaptability**: Interface designed to cater both to power users and newcomers, ensuring a tailored user experience.
|
||||
|
||||
### 📧 **[Secure Email Verification](docs/configuration/authentication/email)**
|
||||
### 📧 **[Secure Email Verification](/docs/configuration/authentication/email)**
|
||||
|
||||
- **Access Security**: Verify your email to secure your account and ensure dependable access.
|
||||
|
||||
### 🗣️ **[Hands-Free Chat with Speech-to-Text and Text-to-Speech](docs/configuration/stt_tts)**
|
||||
### 🗣️ **[Hands-Free Chat with Speech-to-Text and Text-to-Speech](/docs/configuration/stt_tts)**
|
||||
|
||||
- **[Voice Interaction](docs/configuration/stt_tts#stt)**: Utilize voice commands and responses to interact with the AI.
|
||||
- **[Audio Support](docs/configuration/stt_tts#tts)**: Automatically send and receive audio messages.
|
||||
- **[Voice Interaction](/docs/configuration/stt_tts#stt)**: Utilize voice commands and responses to interact with the AI.
|
||||
- **[Audio Support](/docs/configuration/stt_tts#tts)**: Automatically send and receive audio messages.
|
||||
- **Vendor Support**:
|
||||
- **OpenAI**
|
||||
- **Azure OpenAI**
|
||||
- **Elevenlabs**
|
||||
- **Local AI**
|
||||
|
||||
### 📥 **[Conversation Import](docs/user_guides/import_convos)**
|
||||
### 📥 **[Conversation Import](/docs/user_guides/import_convos)**
|
||||
|
||||
- **Compatibility**: Import existing conversations from platforms like:
|
||||
- **LibreChat**
|
||||
- **[ChatGPT](docs/user_guides/import_convos#how-to-import-conversations-from-chat-gpt)**
|
||||
- **[ChatGPT](/docs/user_guides/import_convos#how-to-import-conversations-from-chat-gpt)**
|
||||
- **Chatbot UI**
|
||||
|
||||
### 📤 **Conversation Export**
|
||||
@@ -145,7 +145,7 @@ import Image from 'next/image'
|
||||
- **Text**
|
||||
- **JSON**
|
||||
|
||||
### 🔍 **[Search Functionality](docs/configuration/meilisearch)**
|
||||
### 🔍 **[Search Functionality](/docs/configuration/meilisearch)**
|
||||
|
||||
- **Efficient Navigation**: Quickly find specific messages or entire conversations with advanced search features using **Meilisearch**.
|
||||
|
||||
@@ -156,14 +156,14 @@ import Image from 'next/image'
|
||||
- Image generation with **DALL-E-3**, **DALL-E-2**, and **Stable Diffusion**
|
||||
- And more
|
||||
|
||||
### 🔌 **[Plugins and Extensions](docs/configuration/tools)**
|
||||
### 🔌 **[Plugins and Extensions](/docs/configuration/tools)**
|
||||
|
||||
- **Enhanced Functionality**:
|
||||
- Web access
|
||||
- Image generation with **DALL-E-3**
|
||||
- And more
|
||||
|
||||
### 👥 **[Multi-User Secure Authentication](docs/configuration/authentication)**
|
||||
### 👥 **[Multi-User Secure Authentication](/docs/configuration/authentication)**
|
||||
|
||||
- **User Management**: Secure and manage multiple users with authentication controls and token spend tools.
|
||||
|
||||
@@ -171,21 +171,21 @@ import Image from 'next/image'
|
||||
|
||||
#### 🚀 **Deployment Flexibility**
|
||||
|
||||
- **[Local Deployment](docs/local)**: Run your AI services entirely offline.
|
||||
- **[Cloud Deployment](docs/remote)**: Utilize the cloud for broader access and scalability.
|
||||
- **[Proxy & Reverse Proxy Configuration](docs/remote/nginx)**: Optimize routing and security.
|
||||
- **[Docker Support](docs/local/docker)**: Quick and consistent deployment with Docker.
|
||||
- **[Firebase CDN](docs/configuration/firebase)**: Fast and reliable content delivery via Firebase CDN.
|
||||
- **[Local Deployment](/docs/local)**: Run your AI services entirely offline.
|
||||
- **[Cloud Deployment](/docs/remote)**: Utilize the cloud for broader access and scalability.
|
||||
- **[Proxy & Reverse Proxy Configuration](/docs/remote/nginx)**: Optimize routing and security.
|
||||
- **[Docker Support](/docs/local/docker)**: Quick and consistent deployment with Docker.
|
||||
- **[Firebase CDN](/docs/configuration/firebase)**: Fast and reliable content delivery via Firebase CDN.
|
||||
- **[Logging System](/docs/configuration/logging)**: Integrated logging to monitor system performance and activity.
|
||||
|
||||
### 🔒 **Authentication and Security**
|
||||
|
||||
#### 🔑 **Flexible Authentication Options**
|
||||
|
||||
- **[Token Usage](docs/configuration/token_usage)**: Efficiently manage and allocate usage tokens.
|
||||
- **[LDAP/AD Authentication](docs/configuration/authentication/ldap)**: Secure integration with LDAP/Active Directory for enterprise-level authentication.
|
||||
- **[OAuth2-OIDC Authentication](docs/configuration/authentication/OAuth2-OIDC)**: Compatibility with OAuth2 and OIDC for modern authentication protocols.
|
||||
- **[Email verification & Password Reset](docs/configuration/authentication/email)**: Easy email verification and password reset functionality to ensure account security.
|
||||
- **[Token Usage](/docs/configuration/token_usage)**: Efficiently manage and allocate usage tokens.
|
||||
- **[LDAP/AD Authentication](/docs/configuration/authentication/ldap)**: Secure integration with LDAP/Active Directory for enterprise-level authentication.
|
||||
- **[OAuth2-OIDC Authentication](/docs/configuration/authentication/OAuth2-OIDC)**: Compatibility with OAuth2 and OIDC for modern authentication protocols.
|
||||
- **[Email verification & Password Reset](/docs/configuration/authentication/email)**: Easy email verification and password reset functionality to ensure account security.
|
||||
|
||||
### 📖 **Open-Source Development**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user