Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 528 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 528 Bytes

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.

Getting Started

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.