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)
Using BLIP-2 (via Replicate API) to give GPT-4 vision!
This information is accurate thanks to it's ability to Google:
Trying to make it self aware lol
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.
pip install -r requirements.txt
- If using vision plugin, add your Replicate API token to plugins/blip2.py
streamlit run app.py
- Better parsing of incorrect command syntax instead of telling GPT to correct itself. (Save tokens)
- Rolling content window to avoid max tokens error