mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
* 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.
12 lines
767 B
Plaintext
12 lines
767 B
Plaintext
- Added `memory` configuration to control memory functionality for conversations
|
|
- Configure memory persistence and personalization settings
|
|
- Set token limits and message window sizes for memory context
|
|
- Configure agents for memory processing with provider-specific settings
|
|
- Supports both predefined agents (by ID) and custom agent configurations
|
|
- See [Memory Configuration](/docs/configuration/librechat_yaml/object_structure/memory) for details
|
|
|
|
- Added memory-related capabilities to conversation processing
|
|
- Enables conversation memory and personalization features
|
|
- Configurable token limits and context window management
|
|
- Integration with agent-based memory processing
|
|
- Defaults to personalization enabled with a 5-message window size |