Issue: Why does (windows cmd) env variable setting work for some but not others?
keldenl opened this issue · 2 comments
keldenl commented
I believe
# FOR WINDOWS
# cmd
set OPEN_API_HOST=http://localhost:443
npm run dev
works. but many folks on discord who are getting chatbot-ui working (https://github.com/keldenl/gpt-llama.cpp/blob/master/docs/chatbot-ui-setup-guide.md) can't seem to get set OPEN_API_HOST=http://localhost:443 working and actually setting as an env variable
for windows users, what could be the issue here?
keldenl commented
closing since i've merged the fix