diff --git a/pages/docs/configuration/dotenv.mdx b/pages/docs/configuration/dotenv.mdx index 33487db39..46e66167a 100644 --- a/pages/docs/configuration/dotenv.mdx +++ b/pages/docs/configuration/dotenv.mdx @@ -942,6 +942,16 @@ Limits how often users can fork conversations to prevent abuse. ]} /> +#### Conversation import file size limiting + +During the conversation import process a user may attempt to upload an extremely large conversation exported conversation. This can cause librechat to run out of memory. To prevent this, set a maximum size in bytes for a conversation import using the following environment variable. + + + ### Balance The following feature allows for the management of user balances within the system's endpoints. You have the option to add balances manually, or you may choose to implement a system that accumulates balances automatically for users. If a specific initial balance is defined in the configuration, tokens will be credited to the user's balance automatically when they register.