mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 02:38:32 +07:00
15 lines
382 B
TypeScript
15 lines
382 B
TypeScript
export default {
|
|
index: 'Intro',
|
|
dotenv: 'Environment Variables',
|
|
librechat_yaml: 'librechat.yaml',
|
|
authentication: 'Authentication',
|
|
mongodb: 'MongoDB',
|
|
pre_configured_ai: 'AI Providers',
|
|
tools: 'Tools and Plugins',
|
|
cdn: 'CDN',
|
|
azure: 'Azure OpenAI',
|
|
docker_override: 'Docker Override',
|
|
tos: 'Terms of Service - i18n',
|
|
mod_system: 'Automated Moderation',
|
|
}
|