Chatgpt Web screenshot

Chatgpt Web

Author Avatar Theme by Chanzhaoyu
Updated: 19 Jul 2024
31875 Stars

用 Express 和 Vue3 搭建的 ChatGPT 演示网页

Categories

Overview

ChatGPT Web is an open-source project available on GitHub under the MIT license. It provides two ChatGPT API methods – ChatGPTAPI and ChatGPTUnofficialProxyAPI for users to access the ChatGPT models.

Features

  • Supports dual models: Provides two unofficial ChatGPT API methods with different features.
  • Comparison: Contrasts ChatGPTAPI and ChatGPTUnofficialProxyAPI in terms of reliability and quality.
  • Warnings: Provides cautionary notes regarding network usage, access tokens, and proxy selection.
  • Switching methods: Instructions on how to switch between different API methods.
  • Roadmap: Outlines future features such as multi-session storage, data import/export, and interface themes.

Installation

  1. Prerequisites: Ensure Node and PNPM are installed.
  2. Fill in Keys: Enter API key in the environment file.
  3. Install Dependencies:
    pnpm install
    
  4. Backend: Set up backend services.
  5. Frontend: Configure and run the frontend webpage.
  6. Run in Test Environment: Test the setup in a development environment.
  7. Docker: Instructions for Docker deployment and usage.
  8. Deploy: Deployment options with Railway and Sealos.

Summary

ChatGPT Web is a versatile project offering dual ChatGPT models via API methods. Users have the flexibility to choose between different reliability options based on their needs. The project provides detailed installation guides, warnings about network usage, and a roadmap for upcoming features. By following the outlined steps, users can set up and run the project efficiently in their preferred environment.