This commit is contained in:
Luna
2026-03-03 20:44:52 +01:00
parent 65de299320
commit 931f222979
4 changed files with 11 additions and 4 deletions

View File

@@ -11,6 +11,10 @@ CODER_USER_ID=
ENABLE_DASHBOARD=false
# port for the dashboard if enabled
DASHBOARD_PORT=3000
# Max short-term turns stored per user (default 12)
SHORT_TERM_LIMIT=12
# Set to false to stop continually summarizing the short-term buffer
ENABLE_SHORT_TERM_SUMMARY=true
ENABLE_WEB_SEARCH=true
OPENAI_API_KEY=your_openai_api_key
# Memory retrieval cooldown (ms) before the same long-term entry can be reused