keldenl/gpt-llama.cpp

"Internal Server Error" on a remote server

brinrbc opened this issue · 0 comments

Hi! Thank you very much for what you are doing.
Please tell me what this may be related to-I uploaded all the files to the server since my computer is running slowly, downloaded and changed the .env file, etc. I did a check and the check wrote to me that-

--RESULTS--
Curl command was successful!
To use any app with gpt-llama.cpp, please provide the following as the OPENAI_API_KEY:
/home/ubuntu/github/llama.cpp/models/7b/7b.bin

But after I launch the chatbot-ui by the command OPENAI_API_HOST=http://181.211.175.234:8000 npm run dev
, nothing opens at all, when I launch docker, the web ui opens and the error all the time

"Incorrect API key provided: /home/ub********************************************************.bin. You can find your API key at https://platform.openai.com/account/api-keys."
and

Internal Server Error
Code: 500

please tell me, maybe you know what can be done?
thank you!