Closed keldenl closed 1 year ago
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
set OPEN_API_HOST=http://localhost:443
for windows users, what could be the issue here?
wait... i think it's literally because i had a typo.. https://github.com/keldenl/gpt-llama.cpp/pull/21 would fix it
closing since i've merged the fix
I believe
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 variablefor windows users, what could be the issue here?