Private AutoGPT Robot - Your private task assistant with GPT!
The supported extensions are:
.csv
: CSV,.docx
: Word Document,.doc
: Word Document,.enex
: EverNote,.eml
: Email,.epub
: EPub,.html
: HTML File,.md
: Markdown,.msg
: Outlook Message,.odt
: Open Document Text,.pdf
: Portable Document Format (PDF),.pptx
: PowerPoint Document,.ppt
: PowerPoint Document,.txt
: Text file (UTF-8),pip install pautobot
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
git clone https://github.com/nrl-ai/pautobot
cd pautobot
pautobot
source code directory, run:pip install -e .
python -m pautobot.app
cd frontend
npm install
npm run dev