mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
f2a90bb6ac7c2a68a2b6dd303e2a7aef7a67ed9f
* docs: Add Anthropic Vertex AI documentation Add comprehensive documentation for running Anthropic Claude models through Google Cloud Vertex AI, introduced in danny-avila/LibreChat#10780. Changes: - Updated anthropic.mdx with Vertex AI quick start section - Created anthropic_vertex.mdx with detailed YAML configuration docs - Updated _meta.ts navigation to include new page * docs: Remove 'enabled' key from Anthropic Vertex AI configuration Updated the documentation for the Anthropic Vertex AI configuration by removing the 'enabled' key, as it is no longer necessary. Clarified that the presence of the 'vertex' section indicates that Vertex AI is enabled. Adjusted examples and notes for better clarity regarding configuration options.
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%