mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
029b32e01ede00504f3cd270c981c47c10b27ede
* docs: add changelog for v0.8.2 release with major accessibility improvements, dynamic MCP server management, and new model support
* docs: add documentation for Resumable Streams feature, including benefits, deployment modes, and troubleshooting tips
* ⚙️ Config v1.3.3
* docs: enhance Redis configuration guide to include horizontal scaling and resumable streams details
* docs: enhance configuration documentation for various services including Anthropic via Vertex AI, AWS Bedrock, Gemini Image Generation, and CDN options for Amazon S3 and Azure Blob Storage
* docs: enhance configuration documentation for logging, file upload, and speech features, including rate limiting options and environment variable references
* docs: update changelog for v0.8.2 to reflect major accessibility improvements and new resumable LLM streams feature
* docs: update changelog for v1.3.3 to include link to promptCache model specs documentation
* docs: enhance SSRF protection documentation for allowedDomains configuration in actions and MCP settings
* docs: update release date for Config v1.3.3 in changelog
LibreChat Docs
Based on Nextra
Local Development
Pre-requisites: Node.js v20.19.0+ (or ^22.12.0 or >= 23.0.0), pnpm 9+
- Optional: Create env based on .env.template
- Run
pnpm ito install the dependencies. - Run
pnpm devto start the development server on localhost:3333 - Run
pnpm buildto build... - Run
pnpm startto start the production server on localhost:3333
⚠️ Note: try building prod before making a PR
Bundle analysis
Run pnpm run analyze to analyze the bundle size of the production build using @next/bundle-analyzer.
Languages
MDX
83.8%
TypeScript
14.9%
CSS
0.6%
JavaScript
0.6%
Shell
0.1%