You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets create a message or a warning to a user that they need to install this dependency, im not sure if this dependency needs to be installed by default
Added llama_cpp_python to the ./application/requirements.txt at the end of the file
llama_cpp_python==0.3.1
This causes the application to find the Llama package, however now the application complains that the model does not exist. Should I report this here or open another issue?
Yeah, I would suggest we have an error message instead of adding it as a dependency to our requirements.txt file.
Otherwise we will have too many dependencies. As per my previous message
📜 Description
Self-hosting localy reports that llama-cpp-python is not installed on the console logs.
When I ask a question on CHAT the following message appear on the console logs:
backend_1 | err Please install llama_cpp using pip install llama-cpp-python
I'm using the default script provided on the project.
👟 Reproduction steps
git clone https://github.com/arc53/DocsGPT.git
cd DocsGPT
python -m pip install all_requirements
./run-with-docker-compose.sh
Go to browser: http://localhost:5173/
Ask a question
👍 Expected behavior
I expect to receive any answer, instead the message bellow appear:
Please try again later. We apologize for any inconvenience.
👎 Actual Behavior with Screenshots
💻 Operating system
Linux
What browsers are you seeing the problem on?
Firefox, Chrome, Microsoft Edge
🤖 What development environment are you experiencing this bug on?
Docker
🔒 Did you set the correct environment variables in the right path? List the environment variable names (not values please!)
Yes, followed the instructions on https://docs.docsgpt.cloud/Deploying/Quickstart
📃 Provide any additional context for the Bug.
No response
📖 Relevant log output
👀 Have you spent some time to check if this bug has been raised before?
🔗 Are you willing to submit PR?
Yes, I am willing to submit a PR!
🧑⚖️ Code of Conduct
The text was updated successfully, but these errors were encountered: