Skip to content

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

Notifications You must be signed in to change notification settings

fatcat1626/chatgpt-mirror

 
 

Repository files navigation

ChatGPT Mirror

Based on model gpt-3.5-turbo. Demo: https://fastgpt.app

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
# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Visit http://localhost:3000

Credits

Thanks: transitive-bullshit/chatgpt-api

License

MIT licensed.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.4%
  • TypeScript 28.8%
  • JavaScript 4.8%