mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
chore: misc. changes
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
**Explore more about LibreChat and how to configure it to your needs.**
|
||||
|
||||
## Additional Links
|
||||
|
||||
- **[Updating LibreChat](./docs/local/docker#update-librechat)**
|
||||
Explore more about LibreChat and how to configure it to your needs.
|
||||
|
||||
- **[Updating LibreChat](/docs/local/docker#update-librechat)**
|
||||
- Instructions on how to update this setup with the latest changes to LibreChat.
|
||||
- **[Configuring AI Providers](/docs/configuration/pre_configured_ai)**
|
||||
- Configure OpenAI, Google, Anthropic, and OpenAI Assistants
|
||||
- **[Configuring a Custom Endpoint](./custom_endpoints)**
|
||||
- Configure services such as OpenRouter, Ollama, Mistral AI, Databricks, groq, and others.
|
||||
- **[Click here](/docs/configuration/librechat_yaml/ai_endpoints)** for a list of known, compatible services.
|
||||
|
||||
@@ -3,6 +3,6 @@ export default {
|
||||
authentication: 'Authentication',
|
||||
librechat_yaml: 'librechat.yaml',
|
||||
mongodb: 'MongoDB',
|
||||
pre_configured_ai: 'Pre-Configured AIs',
|
||||
pre_configured_ai: 'AI Providers',
|
||||
tools: 'Tools and Plugins',
|
||||
}
|
||||
|
||||
@@ -3,5 +3,5 @@ export default {
|
||||
ai_endpoints: 'Custom AI Endpoints',
|
||||
setup: 'Setup',
|
||||
example: 'Example Configs',
|
||||
object_structure: 'Object Structure',
|
||||
object_structure: 'Settings',
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
export default {
|
||||
config: 'Config',
|
||||
config: 'Root Settings',
|
||||
file_config: 'File Config',
|
||||
interface: 'Interface',
|
||||
interface: 'Interface (UI)',
|
||||
model_specs: 'Model Specs',
|
||||
registration: 'Registration',
|
||||
assistants_endpoint: 'Assistants Endpoint',
|
||||
custom_endpoint: 'Custom Endpoint',
|
||||
azure_openai: 'Azure OpenAI',
|
||||
model_config: 'Model Config',
|
||||
default_params: 'Default Parameters',
|
||||
model_config: 'Azure Model Config',
|
||||
default_params: 'API Default Parameters',
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
title: AI Setup
|
||||
description: Configuration guides for setting up pre-configured AI providers in LibreChat
|
||||
description: Configuration guides for setting up AI providers in LibreChat
|
||||
---
|
||||
|
||||
# Pre-Configured AI Setup
|
||||
# AI Providers Setup
|
||||
|
||||
This section provides detailed configuration guides to help you set up various AI providers and their respective APIs and credentials in LibreChat.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: STT & TTS
|
||||
title: Speech Settings
|
||||
description: Configuration of the Speech to Text (STT) and Text to Speech (TTS) features
|
||||
---
|
||||
|
||||
|
||||
@@ -78,10 +78,8 @@ docker compose restart
|
||||
|
||||
> Note: Make sure your Docker Desktop or Docker Engine is running before executing the command.
|
||||
|
||||
---
|
||||
## Conclusion
|
||||
|
||||
**That's it!** You have now configured **Custom Endpoints** for your LibreChat instance.
|
||||
|
||||
---
|
||||
|
||||
<AdditionalLinks />
|
||||
@@ -46,7 +46,7 @@ git clone https://github.com/danny-avila/LibreChat.git
|
||||
docker compose up
|
||||
```
|
||||
|
||||
---
|
||||
## Conclusion
|
||||
|
||||
**That's it!** You should now have **LibreChat** running locally on your machine. Enjoy!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user