Merge pull request #547 from Classic298/main

RESPONSE_WATERMARK docs
This commit is contained in:
Tim Jaeryang Baek 2025-05-15 00:28:31 +04:00 committed by GitHub
commit 29e2a2b432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,6 +141,13 @@ is also being used and set to `True`. Failure to do so will result in the inabil
- Description: Enables or disables user webhooks.
- Persistence: This environment variable is a `PersistentConfig` variable.
#### `RESPONSE_WATERMARK`
- Type: `str`
- Default: Empty string (' ')
- Description: Sets a custom text that will be included when you copy a message in the chat. E.g. `"This text is AI generated"` -> will add "This text is AI generated" to every message, when copied.
- Persistence: This environment variable is a `PersistentConfig` variable.
#### `THREAD_POOL_SIZE`
- Type: `int`