/ProductsAIChatBot

A demo chat bot that has information about the list of products

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

ProductsAIChatBot

A demo chat bot that has information about the list of products.

Setup

  • You need to create .env file with filled OPENAI_API_KEY;
cp .env.example .env
  • Install pipenv (python - 3.10);
  • Create virtual environment using pipenv:
pipenv sync --dev
  • Run bot with:
python main.py