private-gpt icon indicating copy to clipboard operation
private-gpt copied to clipboard

Unable to locate run_private_gpt.py

Open ThCyberProtector opened this issue 1 year ago • 1 comments

I've been able to run all the installation but I cannot find run_private_gpt.py, to finish with it. I am using a Debian Terminal in Qubes OS

thank you for your help!

ThCyberProtector avatar Jun 25 '24 14:06 ThCyberProtector

Could you provide more details about what you are trying to run? Please check our documentation, which includes installation instructions and how to run the application: Setup and Configuration.

Here's an example if you want to run using the Ollama LLM Backend. You can use:

PGPT_PROFILES=ollama make run

or

PGPT_PROFILES=ollama poetry run python -m private_gpt

jaluma avatar Jul 08 '24 11:07 jaluma