/chatbot

Primary LanguagePython

ChatBot for AutoGluon Demo

Installation

  • Have Python 3.6 or later installed
  • pip install -r requirements.txt
  • export OPENAI_API_KEY=<key> and generate your openai key at here
  • export SERPAPI_API_KEY=<key> and generate your own key at here

How to Use

1. Run the chatbot in the command line

python src/main.py local

2. Run the chatbot in web server

python src/main.py server

Help

python src/main.py --help