Web UI for free GPT 3.5/4 access via G4F API (project archived)
Top 9.2% on sourcepulse
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
pip install -r requirements.txt
python run.py
docker pull ramonvc/freegpt-webui
and docker run -p 1338:1338 ramonvc/freegpt-webui
http://127.0.0.1:1338
Highlighted Details
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.
1 year ago
1 day