Make conversation timeout configuration (so that you're able to resume a discussion manually with another model with a gap of several hours in case you stepped away)
This commit is contained in:
@@ -86,6 +86,12 @@ DEFAULT_THINKING_MODE_THINKDEEP=high
|
||||
# The Redis URL for conversation threading - typically managed by docker-compose
|
||||
# REDIS_URL=redis://redis:6379/0
|
||||
|
||||
# Optional: Conversation timeout (hours)
|
||||
# How long AI-to-AI conversation threads persist before expiring
|
||||
# Longer timeouts use more Redis memory but allow resuming conversations later
|
||||
# Defaults to 3 hours if not specified
|
||||
CONVERSATION_TIMEOUT_HOURS=3
|
||||
|
||||
# Optional: Logging level (DEBUG, INFO, WARNING, ERROR)
|
||||
# DEBUG: Shows detailed operational messages for troubleshooting (default)
|
||||
# INFO: Shows general operational messages
|
||||
|
||||
Reference in New Issue
Block a user