Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Software Dev Chatbot

Lightweight chatbot demo using OpenAI's Chat API (client + server).

Overview

This folder contains a small Node/Express app that serves a static frontend and proxies chat requests to the OpenAI API implementation in OpenAIAPI.generateResponse.

Important files

Requirements

  • Node 16+ recommended
  • An OpenAI API key set as the environment variable OPENAI_API_KEY