You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .env.example
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ NB_MESSAGES_HISTORY=10
14
14
15
15
# Inactivity timeout: How long (in minutes) before resetting channel memory due to inactivity
16
16
# Example: INACTIVITY_TIMEOUT_MINUTES=30 means 30 minutes of no bot activity resets the memory
17
-
# Example: INACTIVITY_TIMEOUT_MINUTES=0 means infinite memory (never resets, WARNING: may use more RAM over time)
18
-
INACTIVITY_TIMEOUT_MINUTES=30
17
+
# Example: INACTIVITY_TIMEOUT_MINUTES=0 means infinite memory (never resets, WARNING: may use more RAM if HISTORY_LIMIT and NB_MESSAGES_HISTORY are high)
18
+
INACTIVITY_TIMEOUT_MINUTES=0
19
19
20
20
# URL of the Ollama API. This should match the URL of the Ollama server you are running.
0 commit comments