added a memory cooldown

This commit is contained in:
Luna
2026-03-03 20:34:17 +01:00
parent 7fc2c683cd
commit 65de299320
4 changed files with 29 additions and 3 deletions

View File

@@ -13,4 +13,6 @@ ENABLE_DASHBOARD=false
DASHBOARD_PORT=3000
ENABLE_WEB_SEARCH=true
OPENAI_API_KEY=your_openai_api_key
# Memory retrieval cooldown (ms) before the same long-term entry can be reused
MEMORY_COOLDOWN_MS=180000