nrl-ai / pautobot

🔥 Your private task assistant with GPT 🔥 - Ask questions about your documents.
156 stars 46 forks source link
autogpt automation chatbot chatgpt docsearch gpt gpt4 private-gpt privategpt rpa

PAutoBot

🔥 PⒶutoBot 🔥

Private AutoGPT Robot - Your private task assistant with GPT!

PAutoBot

The supported extensions are:

I. Installation and Usage

1. Installation

pip install pautobot

2. Usage

python -m pautobot.app

or just:

pautobot

You can also run PAutoBot publicly to your network or change the port with parameters. Example:

pautobot --host 0.0.0.0 --port 8080

II. Development

1. Clone the source code

git clone https://github.com/nrl-ai/pautobot
cd pautobot

2. Run your backend

pip install -e .
python -m pautobot.app

2. Run your frontend

cd frontend
npm install
npm run dev