luijait / DarkGPT

DarkGPT is an OSINT assistant based on GPT-4-200K (recommended use) designed to perform queries on leaked databases, thus providing an artificial intelligence assistant that can be useful in your traditional OSINT processes.
2.02k stars 263 forks source link

Termux deployment #7

Open Samocho opened 6 months ago

Samocho commented 6 months ago

Deployment in Termux fails to build on requirements.txt because of python_dotenv.

This will also enable the repo to deploy on all OS given that a virtual environment is in use.

Fix by updating requirements.txt to the following:

requirements.txt openai==1.13.3 requests python-dotenv pydantic==1.10.12

luijait commented 6 months ago

Committed! Thanks