Skip to content
/ gpt-chat-ui Public template

A web chatbot built with NextJS using openAI API

Notifications You must be signed in to change notification settings

samhoooo/gpt-chat-ui

Repository files navigation

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.

About

A web chatbot built with NextJS using openAI API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published