Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 329 Bytes

ReadMe.md

File metadata and controls

15 lines (11 loc) · 329 Bytes

Step 1: Get your OPENAI_API_KEY if you have access to OpenAI's Beta for developers.

Step 2: Create a virtual env

python3 -m venv ./.venv_folder
source .venv/bin/activate

Step 3: Install the requirements: pip3 install -r requirements.txt

Step 4: Run the command to start the bot on localhost

python3 app.py