2023-03-05 21:48:31 +08:00
2023-03-05 21:48:31 +08:00
2023-03-05 18:17:50 +08:00
2023-03-05 21:46:31 +08:00
2023-03-05 18:17:50 +08:00
2023-03-05 18:17:50 +08:00
2023-03-05 18:17:50 +08:00
2023-03-05 18:17:50 +08:00
2023-03-05 18:17:50 +08:00
2023-03-05 18:17:50 +08:00
2023-03-05 18:32:49 +08:00
2023-03-05 18:32:49 +08:00
2023-03-05 21:44:58 +08:00
2023-03-05 18:17:50 +08:00
2023-03-05 18:17:50 +08:00

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

License

MIT licensed.

Description
No description provided
Readme 1.6 MiB
Languages
JavaScript 60.3%
HTML 22.9%
TypeScript 15.6%
Dockerfile 1.2%