Skip to content

swabah/ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot Application

A conversational AI chatbot powered by OpenAI.

Setup

  1. Install dependencies:
bun install
  1. Configure environment variables:
cd packages/server
cp .env.example .env
# Add your OPENAI_API_KEY to .env
  1. Run the application:
bun run dev

The client will run on http://localhost:5173 and the server on http://localhost:3000.

Tech Stack

  • Frontend: React, TypeScript, Vite, TailwindCSS
  • Backend: Bun, Express, OpenAI API
  • Build Tool: Bun, Vite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published