Chatgpt

a web project using chatgpt-api, which can talk intelligently.

Features

  • Using chatgpt-api to automatically reply (supports continuous conversations)

Deploy

Bash

git clone https://github.com/youking-lib/chatgpt.git
cd chatgpt

pnpm i

touch .env # add your OPENAI_API_KEY, ref .env.example

npm run dev