We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cd5cd commit 0796035Copy full SHA for 0796035
evaluation/.env-example
@@ -22,13 +22,8 @@ SUPERMEMORY_API_KEY="sm_xxx"
22
MEMOBASE_API_KEY="xxx"
23
MEMOBASE_PROJECT_URL="http://***.***.***.***:8019"
24
25
-# pref
26
-PRE_SPLIT_CHUNK=false # pre split chunk in client end, for personamem and prefeval
27
-# 1. text_mem + pref_mem + instruction_completion: set INSTRUCT_COMPLETE=true, ABLATION_PREF=false
28
-# 2. text_mem + pref_mem: set INSTRUCT_COMPLETE=false, ABLATION_PREF=false
29
-# 3. text_mem: set INSTRUCT_COMPLETE=false, ABLATION_PREF=true
30
-INSTRUCT_COMPLETE=true # use instruct complete format or not
31
-ABLATION_PREF=false # remove pref mem, only text mem
+# eval settings
+PRE_SPLIT_CHUNK=false
32
33
# Configuration Only For Scheduler
34
# RabbitMQ Configuration
0 commit comments