mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
chore: move Azure from under librechat.yaml > custom endpoints
This commit is contained in:
@@ -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']),
|
||||
]
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user