Skip to content

tonyhoo/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages