zep
zep copied to clipboard
[BUG] Cannot change config values when deployed to Render
I've followed the documentation, I can see that setting an env value: ZEP_MEMORY_MESSAGE_WINDOW=20 this should extend the message window to 20 obviously.
I've redeployed the container after changing the the above.
If I SSH(Shell) into it and check the env variables and it matches what i've set, but the actual window never exceeds the default value of 12
Hi @adam-ohdotxyz - can you share the equivalent value in the output of: zep -d?
"Memory": {
"MessageWindow": 20
},