Reverse proxy for free ChatGPT API access
Top 9.0% on sourcepulse
This project provides a free, self-hosted reverse proxy for the OpenAI ChatGPT API, specifically targeting the gpt-3.5-turbo
model. It aims to offer free access to advanced AI capabilities, allowing users to integrate ChatGPT into their applications without incurring API costs or requiring an OpenAI API key for self-hosted instances.
How It Works
The project acts as a middleware, intercepting requests intended for OpenAI's API and forwarding them to a backend that provides access to gpt-3.5-turbo
. It maintains compatibility with the official OpenAI API structure, enabling seamless integration with existing libraries and codebases. The key advantage is offering a free, self-hostable alternative, with support for streaming responses for a more interactive user experience.
Quick Start & Requirements
docker run -dp 3040:3040 pawanosman/chatgpt:latest
start.bat
(Windows) or start.sh
(Linux/Termux).git
and nodejs
, clone the repo, cd
into it, and run bash start.sh
.#Bot
channel using /key
command.Highlighted Details
gpt-3.5-turbo
.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is explicitly stated as "a bit outdated and isn’t working right now," with the development team currently occupied with another project. This indicates potential instability or a need for significant updates before reliable use. Self-hosting is also noted as not available in all countries, suggesting potential regional restrictions or network dependencies.
11 months ago
Inactive