zep icon indicating copy to clipboard operation
zep copied to clipboard

[BUG] Cannot change config values when deployed to Render

Open adam-ohdotxyz opened this issue 1 year ago • 1 comments

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.

Screenshot 2024-06-20 at 15 21 15

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

Screenshot 2024-06-20 at 15 22 30

adam-ohdotxyz avatar Jun 20 '24 14:06 adam-ohdotxyz

Hi @adam-ohdotxyz - can you share the equivalent value in the output of: zep -d?

"Memory": {
    "MessageWindow": 20
  },

danielchalef avatar Jun 21 '24 21:06 danielchalef