Configurable conversation limit now set to 10 exchanges. This helps when you want to manually continue a thread of thought across different models manually.
This commit is contained in:
@@ -92,6 +92,12 @@ DEFAULT_THINKING_MODE_THINKDEEP=high
|
||||
# Defaults to 3 hours if not specified
|
||||
CONVERSATION_TIMEOUT_HOURS=3
|
||||
|
||||
# Optional: Max conversation turns
|
||||
# Maximum number of turns allowed in an AI-to-AI conversation thread
|
||||
# Each exchange (Claude asks, Gemini responds) counts as 2 turns
|
||||
# So 20 turns = 10 exchanges. Defaults to 20 if not specified
|
||||
MAX_CONVERSATION_TURNS=20
|
||||
|
||||
# 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