Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 538 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 538 Bytes

Chatbot Web UI

A web chatbot built with NextJS using openAI API.

image

Getting Started

First, create a .env file in root directory:

OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>
CHAT_PROMPT=<YOUR_INITIAL_PROMPT_FOR_CHATBOT>

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.