mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
6fa8a6daa2534886d08d38db1680eb91eef6d12c
* feat: Introduce web search functionality in configuration v1.2.6 - Added `webSearch` configuration to manage web search features, including search providers, scrapers, and rerankers. - Implemented a toggle for `webSearch` in the interface configuration to control visibility in the chat interface. - Updated agents configuration to include `web_search` capability, enabling web search for agents by default. - Created detailed documentation for web search configuration and usage, including API key setup and component descriptions. * feat: Add web search feature documentation and update configuration - Introduced a new section for the web search feature in the documentation, detailing its capabilities and configuration options. - Updated the `_meta.ts` file to include the web search entry. - Enhanced the web search configuration instructions to emphasize the importance of using environment variable names instead of actual API keys in the YAML file. * fix: Correct clip-path attribute to clipPath in RossIndex component * docs: Expand web search feature documentation - Added detailed information about the web search feature, including environment variable customization options. - Included a table of required API keys for various search providers and services. - Emphasized the ability to customize variable names in the `librechat.yaml` configuration file. * docs: Update web search configuration settings - Changed default `scraperTimeout` from 30000ms to 7500ms in the documentation. - Updated `safeSearch` option to reflect new values: 0 (OFF), 1 (MODERATE - default), and 2 (STRICT). - Enhanced descriptions for both settings to clarify their functionality and defaults.
🎨 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 18+, 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%