Skip to content

ayowilfred95/OpenAi-ChatBot

Repository files navigation

Chat-bot Application with Next.js

This is a chat-bot application built using the Next.js framework and openai api.

Getting Started

First, install the dependencies:

npm install

Then, run the development server:

npm run dev

A Dockerfile has been included in the application. To build the Docker image, run:

docker build -t [name of the project] .

Replace [name of the project] with the desired name for your Docker image.