An autonomous AI agent extension for Oobabooga's web ui
Prerequisites: Install https://github.com/oobabooga/text-generation-webui
Installation:
- Clone this repo inside text-generation-webui/extensions (cd /path/to/text-generation-webui/extensions && git clone https://github.com/flurb18/AgentOoba.git)
- Activate the virtual environment you used in installing the web ui.
- Run pip install -r requirements.txt in the AgentOoba directory.
Launching:
- Launch Oobabooga with the option --extensions AgentOoba.
- Load a model - I used TheBloke/vicuna-13B-1.1-GPTQ-4bit-128g for all tests / designing purposes, so the other models / models of other types are untested and might not give as good results.
- Go to the main text generation page and scroll down to see the UI.
Originally inspired by https://github.com/kroll-software/babyagi4all