mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
460241640ede70408056ec49a2d2448d2535e33b
* 📚 docs: Update Config Version to v1.2.8 and add Azure Mistral OCR support - Updated version numbers in multiple configuration files to reflect the new version 1.2.8. - Introduced a new `azure_mistral_ocr` strategy option for OCR configuration, enabling the use of Mistral OCR models deployed on Azure AI Foundry. - Enhanced documentation for OCR configuration to include details on Azure deployment and its requirements. - Added changelog entries for version 1.2.8, summarizing the new features and updates. * 📚 docs: Enhance changelog for v1.2.8 with MCP Servers updates - Added `serverInstructions` to MCP Servers object structure, detailing its role in agent context. - Introduced new dynamic user field placeholders for enhanced multi-user support, including `{{LIBRECHAT_USER_ID}}` and `{{LIBRECHAT_USER_*}}`. - Updated documentation links for better navigation and clarity on MCP Servers object structure. * 📚 docs: Update changelog and OCR documentation for v1.2.8 - Enhanced the changelog for v1.2.8 with additional details on user field placeholders in the MCP Servers object structure. - Improved OCR documentation by linking strategies to their respective sections for better clarity and navigation. - Noted the future implementation status of the custom OCR service in the documentation.
🎨 feat: Adds Image Gen Docs, fix broken links, usage stats, missing .env vars, formatting issues, bump Next.js (#288)
🎨 feat: Adds Image Gen Docs, fix broken links, usage stats, missing .env vars, formatting issues, bump Next.js (#288)
🎨 feat: Adds Image Gen Docs, fix broken links, usage stats, missing .env vars, formatting issues, bump Next.js (#288)
🎨 feat: Adds Image Gen Docs, fix broken links, usage stats, missing .env vars, formatting issues, bump Next.js (#288)
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%