updated to cue memory now.
This commit is contained in:
@@ -15,8 +15,12 @@ DASHBOARD_PORT=3000
|
||||
SHORT_TERM_LIMIT=12
|
||||
# Set to false to stop continually summarizing the short-term buffer
|
||||
ENABLE_SHORT_TERM_SUMMARY=true
|
||||
# Number of short-term turns before an automatic summary request (default 12)
|
||||
SUMMARY_TRIGGER_TURNS=12
|
||||
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
|
||||
# Soft memory recall requires the retrieved score meet this threshold
|
||||
MEMORY_RECALL_SIMILARITY_THRESHOLD=0.62
|
||||
|
||||
|
||||
Reference in New Issue
Block a user