A PaLM based conversational Discord bot
janeBot currently utilizes PaLM API and is setup to maintain short conversations with users.
-
Create a virtual environment
python3 -m venv venv source venv/bin/activate
-
Install dependencies
pip install -r ./requirements.txt
-
Setup env according to env.example
-
Run bot
python3 src/client.py