mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
* fix: Update fileStrategy option to use "azure_blob" in configuration docs * fix: Update CDN documentation for Azure Blob Storage and improve navigation
7 lines
111 B
TypeScript
7 lines
111 B
TypeScript
export default {
|
|
index: 'Intro',
|
|
s3: 'Amazon S3',
|
|
azure: 'Azure Blob Storage',
|
|
firebase: 'Firebase',
|
|
}
|