Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 613 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 613 Bytes

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.