juzeon/poe-openai-proxy
An HTTP proxy that exposes reverse-engineered Poe.com API as an OpenAI-compatible endpoint for free ChatGPT access.

Velocity · 7d
+0.4
★ / day
Trend
→steady
star history
This project wraps the reverse-engineered poe-api Python library with a Go HTTP server that mimics the official OpenAI Chat API. It intercepts OpenAI API calls and forwards them to the Poe.com backend, enabling existing OpenAI-compatible applications to use ChatGPT models through Poe without modification. The Go backend handles the API routing while a Python subprocess manages the underlying poe-api communication.