freegpt-webui  by ramon-victor

Web UI for free GPT 3.5/4 access via G4F API (project archived)

created 2 years ago
5,676 stars

Top 9.2% on sourcepulse

GitHubView on GitHub
Project Summary

This project provides a free, user-friendly web interface for interacting with GPT-3.5 and GPT-4 models, leveraging the G4F API. It aims to offer enhanced "jailbreaks" and a no-API-key-required experience for users seeking accessible AI chat capabilities.

How It Works

The web UI is built upon the chatgpt-clone project, while the backend functionality relies on the GPT4Free repository, which aggregates various free GPT-4 APIs. This approach allows users to access powerful language models without needing to manage API keys or incur costs, by routing requests through available third-party services.

Quick Start & Requirements

  • Install: pip install -r requirements.txt
  • Run: python run.py
  • Docker: docker pull ramonvc/freegpt-webui and docker run -p 1338:1338 ramonvc/freegpt-webui
  • Access: http://127.0.0.1:1338
  • Prerequisites: Python, Docker (optional)
  • Docs: FreeGPT WebUI

Highlighted Details

  • Leverages G4F API for free GPT-3.5/4 access.
  • Includes enhanced "jailbreak" features.
  • Offers both direct installation and Docker deployment.
  • Archived by the author due to maintenance commitments.

Maintenance & Community

The repository has been archived by the original author due to a lack of time for maintenance and updates. It remains available for reference.

Licensing & Compatibility

The repository states compliance with the GNU GPL license. It is intended for educational purposes only, and users are advised to comply with the Terms of Service of the underlying third-party APIs.

Limitations & Caveats

The project is archived and no longer actively maintained. The author is not responsible for any misuse or consequences arising from the use of the project or its integrated third-party APIs.

Health Check
Last commit

1 year ago

Responsiveness

1 day

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

Explore Similar Projects

Feedback? Help us improve.