GPT-4-Unlimited-Tools  by d3n7

Web app interface for custom GPT-4 plugins

created 2 years ago
280 stars

Top 93.9% on sourcepulse

GitHubView on GitHub
Project Summary

This project provides custom plugins for GPT-4 and GPT-3.5-Turbo, enabling them to interact with a user's command line through an easy-to-use web application interface. It targets developers and power users looking to extend the capabilities of large language models beyond text generation, allowing for actions like web searches, file manipulation, and script execution.

How It Works

The core approach involves creating a flexible plugin system that grants LLMs access to a command-line interface (CLI). Users can define available commands, their usage, and execution methods within an editable knowledge base. This allows GPT models to dynamically select and execute CLI commands, effectively extending their functionality to interact with the internet, APIs, and local applications, with manual command approval by default for safety.

Quick Start & Requirements

  • Install: pip install -r requirements.txt
  • Run: streamlit run app.py
  • Prerequisites: Replicate API token (for vision plugin, add to plugins/blip2.py).

Highlighted Details

  • Integrates computer vision via BLIP-2 through the Replicate API.
  • Enables file read/write operations and Python script execution.
  • Features an editable knowledge base for defining LLM command access.
  • Includes a web app interface for user interaction.

Maintenance & Community

No specific contributors, sponsorships, or community links (Discord/Slack, roadmap) are mentioned in the README.

Licensing & Compatibility

The README does not specify a license. Compatibility for commercial use or closed-source linking is not detailed.

Limitations & Caveats

The project is in an early stage, with planned improvements for command syntax parsing and token management. The vision plugin requires a Replicate API token. Windows users are advised to use the HuggingFace deployment.

Health Check
Last commit

2 years ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
2 stars in the last 90 days

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems), Travis Fischer Travis Fischer(Founder of Agentic), and
1 more.

fastmcp by punkpeye

3.7%
2k
TypeScript framework for building MCP servers handling client sessions
created 7 months ago
updated 2 days ago
Starred by Tobi Lutke Tobi Lutke(Cofounder of Shopify), John Resig John Resig(Author of jQuery; Chief Software Architect at Khan Academy), and
12 more.

opencode by sst

7.8%
16k
CLI tool for AI-assisted coding in the terminal
created 3 months ago
updated 22 hours ago
Feedback? Help us improve.