Files
librechat.ai/README.md
Danny Avila 47a5e96d21 🧠 feat: Memories + Documentation Guidelines (#322)
* feat: memories update

* docs: Add LibreChat documentation rules and configuration update guidelines

* docs: Update Node.js version requirements across documentation

- Revised Node.js prerequisites to specify v20.19.0+ (or ^22.12.0 or >= 23.0.0) in README.md, get_started.mdx, npm.mdx, docker_linux.mdx, and nginx.mdx for clarity and compatibility with openid-client v6.

* docs: Add DEBUG_OPENID_REQUESTS environment variable for enhanced OpenID debugging

- Introduced a new environment variable, DEBUG_OPENID_REQUESTS, to enable detailed logging of OpenID request headers for better troubleshooting.
- Updated documentation to include troubleshooting steps for OpenID Connect, emphasizing the use of the new logging feature.

* docs: Update changelog dates for versions v1.2.6 and v1.2.7

* docs: Enhance memory configuration documentation

- Updated the memory configuration section to clarify the default value for the personalize option.
- Changed the provider name from "openai" to "openAI" for consistency.
- Added notes regarding the provider field and valid model parameters.
- Improved examples for memory agent configuration.
2025-06-10 12:54:33 -04:00

613 B

LibreChat Docs

Based on Nextra

Local Development

Pre-requisites: Node.js v20.19.0+ (or ^22.12.0 or >= 23.0.0), pnpm 9+

  1. Optional: Create env based on .env.template
  2. Run pnpm i to install the dependencies.
  3. Run pnpm dev to start the development server on localhost:3333
  4. Run pnpm build to build...
  5. Run pnpm start to 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.