Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d3n7/GPT-4-Unlimited-Tools

Custom Plugins for GPT-4 (easy web app interface)
https://github.com/d3n7/GPT-4-Unlimited-Tools

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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