Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 956 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 956 Bytes

AgentOoba v0.1

An autonomous AI agent extension for Oobabooga's web ui

Screenshot, Sample Output

Prerequisites: Install https://github.com/oobabooga/text-generation-webui

Installation:

  1. Clone this repo inside text-generation-webui/extensions (cd /path/to/text-generation-webui/extensions && git clone https://github.com/flurb18/AgentOoba.git)
  2. Activate the virtual environment you used in installing the web ui.
  3. Run pip install -r requirements.txt in the AgentOoba directory.

Launching:

  1. Launch Oobabooga with the option --extensions AgentOoba.
  2. 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.
  3. Go to the main text generation page and scroll down to see the UI.

Originally inspired by https://github.com/kroll-software/babyagi4all