personoids / personoids-lite

"The Power of Autonomy in Every Chat." - Transform ChatGPT into a powerful autonomous agent that can independently accomplish complex tasks.
MIT License
380 stars 25 forks source link

permission denied in LibreChat files when running start-dev.sh #5

Open ido777 opened 1 year ago

ido777 commented 1 year ago

On win11 using Ubuntu (WSL) start-dev.sh ends with errors.

sh start-dev.sh

WARN[0000] The "BROWSE_MODE" variable is not set. Defaulting to a blank string. ... failed to solve: error from sender: open /home/ido/gGPT/personoids-lite/LibreChat/data-node/diagnostic.data: permission denied

I solved it in my case by

sudo chmod a+rx personoids-lite/LibreChat/data-node/diagnostic.data sudo chmod a+rx personoids-lite/LibreChat/data-node/journal

However, I still could not figure out what I should set to BROWSE_MODE