chatgpt-clone and ChatGPTReversed
The first project is a user interface for ChatGPT, while the second project provides a reversed and simplified API for ChatGPT, making them ecosystem siblings as the latter could potentially be used as a backend for the former.
About chatgpt-clone
xtekky/chatgpt-clone
ChatGPT interface with better UI
This project provides a self-hosted web interface similar to ChatGPT, allowing you to interact with large language models through a user-friendly chat window. You provide text prompts, and the application generates text responses using your own OpenAI API key. It's designed for anyone who wants a private or customizable chat interface for AI models without relying on public services.
About ChatGPTReversed
gin337/ChatGPTReversed
Free ChatGPT API reversed and simplified
This project helps developers understand how the ChatGPT web interface communicates with its underlying language model, by showing how to replicate its API calls. It takes in a user's prompt (like "Hello, how are you?") and outputs the large language model's text response. This is for developers interested in reverse engineering web applications and learning about API security measures.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work