3e8c5c77d5
- Auto-generate title via LLM after reaching user message threshold - Add title_set_by_user_at field to track user-customized titles - Skip auto-generation when user has set a custom title - Stream conversation_metadata event to frontend on title update - Invalidate React Query cache to refresh conversation list Signed-off-by: Laurent Paoletti <lp@providenz.fr>
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
# For the CI job test-e2e
|
|
BURST_THROTTLE_RATES="200/minute"
|
|
SUSTAINED_THROTTLE_RATES="200/hour"
|
|
|
|
# LLM
|
|
LLM_CONFIGURATION_FILE_PATH = /app/conversations/configuration/llm/default.e2e.json
|
|
|
|
# Features
|
|
FEATURE_FLAG_WEB_SEARCH=ENABLED
|
|
FEATURE_FLAG_DOCUMENT_UPLOAD=ENABLED
|
|
|
|
AUTO_TITLE_AFTER_USER_MESSAGES=3
|