Skip to content

Basic chat bot utilizing OpenAI API to give you the best bartender experience xD

License

Notifications You must be signed in to change notification settings

io-grant/barmasterAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Bar Master Bot

This bot is a basic language model that utilizes OpenAI ChatGPT API to gather knowledge about alcoholic beverages.

Get Started

Make sure you have python3 installed:

python3 --version

Create a venv and install the all dependencies:

MacOS & Linux:

python3 -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt

Windows:

python -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt

Get It Running

To start the bot just do the following:

Linux/Mac:

. ./venv/bin/activate
python main.py

Windows:

venv\Scripts\activate.bat
python main.py

About

Basic chat bot utilizing OpenAI API to give you the best bartender experience xD

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published