This is a Next.js project for buidling the Chat Bot with OpenAI.
It allows all of users can have real-time conversation with Chat Bot on any topics.
It has no appealing User Interface, but it is focusing on functionality.
First, run the development server:
npm run install
npm build
npm run start
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.