Skip to content

d3n7/GPT-4-Unlimited-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT-4 Unlimited

Custom Plugins for GPT-4 or GPT-3.5-Turbo (easy web app interface)

Current features:

  • Googling information
  • Computer Vision
  • File read/write abilities
  • Python script execution

Basically, this app gives GPT-4 access to your command line. (Don't worry! By default you must approve every command manually)

This unlocks the ability for GPT-4 to interact with the internet, APIs, python scripts, and any applications that you could with a CLI. Basically it's open source, flexible, plugins for GPT-4.

Web app: https://huggingface.co/spaces/cbg342/GPT4-Unlimited-Plugins (Windows users are advised to use the HuggingFace)

Examples

Using BLIP-2 (via Replicate API) to give GPT-4 vision! robohands

This information is accurate thanks to it's ability to Google:

Screen Shot 2023-04-09 at 8 08 03 PM

Automatic file generation: Screen Shot 2023-04-08 at 3 55 56 PM Screen Shot 2023-04-08 at 3 56 24 PM

Screen Shot 2023-04-08 at 1 07 05 AM

Trying to make it self aware lol

Screen Shot 2023-04-10 at 9 44 52 AM

With a fully editable knowledgebase to tell GPT-4 what commands it has access to, how they are used, and how they should be run by your CLI.

Screen Shot 2023-04-07 at 11 59 57 PM

Installation And Startup

  1. pip install -r requirements.txt
  2. If using vision plugin, add your Replicate API token to plugins/blip2.py
  3. streamlit run app.py

To Do:

  • Better parsing of incorrect command syntax instead of telling GPT to correct itself. (Save tokens)
  • Rolling content window to avoid max tokens error

About

Custom Plugins for GPT-4 (easy web app interface)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages