chore: misc. changes

This commit is contained in:
Danny Avila
2024-06-01 12:31:56 -04:00
parent bb55730b1c
commit 096f2705a9
8 changed files with 16 additions and 16 deletions

View File

@@ -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.

View File

@@ -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',
}

View File

@@ -3,5 +3,5 @@ export default {
ai_endpoints: 'Custom AI Endpoints',
setup: 'Setup',
example: 'Example Configs',
object_structure: 'Object Structure',
object_structure: 'Settings',
}

View File

@@ -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',
}

View File

@@ -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.

View File

@@ -1,5 +1,5 @@
---
title: STT & TTS
title: Speech Settings
description: Configuration of the Speech to Text (STT) and Text to Speech (TTS) features
---

View File

@@ -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 />

View File

@@ -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!