/ai-chat-bot

A simple chat-bot trained on custom data using LangchainJs

Primary LanguageTypeScript

AI Chat Bot

Getting started

  • Create a .env file from .env.sample and add the OpenAI API key.
  • Install the dependencies: npm install
  • Run the chat npm run chat