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:
@@ -41,6 +41,7 @@ services:
|
||||
- DEFAULT_MODEL=${DEFAULT_MODEL:-auto}
|
||||
- DEFAULT_THINKING_MODE_THINKDEEP=${DEFAULT_THINKING_MODE_THINKDEEP:-high}
|
||||
- CONVERSATION_TIMEOUT_HOURS=${CONVERSATION_TIMEOUT_HOURS:-3}
|
||||
- MAX_CONVERSATION_TURNS=${MAX_CONVERSATION_TURNS:-20}
|
||||
# Model usage restrictions
|
||||
- OPENAI_ALLOWED_MODELS=${OPENAI_ALLOWED_MODELS:-}
|
||||
- GOOGLE_ALLOWED_MODELS=${GOOGLE_ALLOWED_MODELS:-}
|
||||
|
||||
Reference in New Issue
Block a user