Skip to content

TheOrcDev/orcish-chatbot

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First install the dependencies:

pnpm install

Create .env.local file inside the root directory, and put in your OpenAI API key:

OPENAI_API_KEY=sk-proj-0123456789

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

Simple chatbot with OpenAI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published