DevIhor / ProductsAIChatBot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%