Skip to content

An autonomous AI agent extension for Oobabooga's web ui

License

Notifications You must be signed in to change notification settings

cornpo/AgentOoba-telem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An autonomous AI agent extension for Oobabooga's web ui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%