keldenl/gpt-llama.cpp

Issue: Why does (windows cmd) env variable setting work for some but not others?

keldenl opened this issue · 2 comments

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?

wait... i think it's literally because i had a typo.. #21 would fix it

closing since i've merged the fix