Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 2, 2023. It is now read-only.
/ chatgpt-mirror Public archive

A mirror of ChatGPT based on the gpt-3.5-turbo model.

Notifications You must be signed in to change notification settings

yuezk/chatgpt-mirror

Repository files navigation

⚠️ This repository is archived. Please use ChatbotUI instead.

ChatGPT Mirror

Based on model gpt-3.5-turbo.

Installation

Tested on Node.js 18.x.

$ pnpm install

Running the app

Create a .env file in the root directory and add your OpenAI API key:

OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# optional, support http or socks proxy
HTTP_PROXY=http://proxy-server:port
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod

Visit http://localhost:3000

Running the app with Docker

Build the image

$ docker build -t chatgpt-mirror .

Run the container

$ docker run -d -p 3000:3000 --env-file .env chatgpt-mirror

Run with the config file

$ docker run -d -p 3000:3000 --env-file .env -v $(pwd)/config/app.config.json:/app/config/app.config.json chatgpt-mirror

Configuration

You can configure the app by copying the config/example.json to config/app.config.json and editing its values. Note: comments are not allowed in JSON files.

Error messages

Error messages for the OpenAI API can be customized by editing the config/app.config.json file. See the examples in the config/example.json file.

Credits

Thanks: transitive-bullshit/chatgpt-api

License

MIT licensed.

About

A mirror of ChatGPT based on the gpt-3.5-turbo model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 3

AltStyle によって変換されたページ (->オリジナル) /