Web app for ChatGPT mirroring using gpt-3.5-turbo
Top 32.4% on sourcepulse
This project provides a self-hosted mirror of ChatGPT using the gpt-3.5-turbo
model, allowing users to run a familiar interface locally. It's primarily for developers and power users seeking a private or customizable ChatGPT experience.
How It Works
The application leverages the OpenAI API to interact with the gpt-3.5-turbo
model. It acts as a frontend, managing user input, sending requests to OpenAI, and displaying responses. The architecture is built on Node.js, offering a straightforward backend for proxying API calls.
Quick Start & Requirements
pnpm install
.HTTP_PROXY
environment variable for proxy support.pnpm run start
(development), pnpm run start:dev
(watch), or pnpm run start:prod
(production).config/app.config.json
.Highlighted Details
gpt-3.5-turbo
model.Maintenance & Community
This repository is archived and recommends using ChatbotUI instead.
Licensing & Compatibility
MIT licensed. Permissive for commercial use and closed-source linking.
Limitations & Caveats
The project is archived, indicating it is no longer actively maintained or developed. Users are directed to an alternative project, ChatbotUI.
2 years ago
Inactive