chore: move Azure from under librechat.yaml > custom endpoints

This commit is contained in:
Danny Avila
2024-05-30 09:32:20 -04:00
parent c0e7a82e8c
commit b31e2ffbc3
5 changed files with 5 additions and 3 deletions

View File

@@ -39,6 +39,8 @@ const nonPermanentRedirects = [
['/gh-support', 'https://github.com/danny-avila/LibreChat/discussions/categories/support'],
['/gh-discussions', 'https://github.com/danny-avila/LibreChat/discussions'],
['/roadmap', '/docs/roadmap'],
/* Danny moved these :P */
['/docs/configuration/librechat_yaml/ai_endpoints/azure', '/docs/configuration/azure'],
// Redirect to overview pages
...[].map((path) => [path, path + '/overview']),
]

View File

@@ -11,4 +11,4 @@ import { ChangelogHeader } from '@/components/changelog/ChangelogHeader'
- Added new `azureAssistants` endpoint to [librechat_yaml config](/docs/configuration/librechat_yaml/object_structure/assistants_endpoint)
- Uses the same structure as the `assistants` endpoint, but is separated to accomodate latest OpenAI Assistant v2 changes to the API.
- More info: [Azure OpenAI Configuration](/docs/configuration/librechat_yaml/ai_endpoints/azure#using-assistants-with-azure)
- More info: [Azure OpenAI Configuration](/docs/configuration/azure#using-assistants-with-azure)

View File

@@ -2,7 +2,7 @@
This page applies to both the `assistants` and `azureAssistants` endpoints.
**Note:** To enable `azureAssistants`, see the [Azure OpenAI Configuration](/docs/configuration/librechat_yaml/ai_endpoints/azure#using-assistants-with-azure) for more information.
**Note:** To enable `azureAssistants`, see the [Azure OpenAI Configuration](/docs/configuration/azure#using-assistants-with-azure) for more information.
## Example

View File

@@ -2,7 +2,7 @@
Integrating Azure OpenAI Service with your application allows you to seamlessly utilize multiple deployments and region models hosted by Azure OpenAI. This section details how to configure the Azure OpenAI endpoint for your needs.
**[For a detailed guide on setting up Azure OpenAI configurations, click here](/docs/configuration/librechat_yaml/ai_endpoints/azure)**
**[For a detailed guide on setting up Azure OpenAI configurations, click here](/docs/configuration/azure)**
## Example Configuration