/acmJane

Interact with the PaLM API in a Discord text channel.

Primary LanguagePythonMIT LicenseMIT

janeBot

A PaLM based conversational Discord bot

About

janeBot currently utilizes PaLM API and is setup to maintain short conversations with users.

Setup

  1. Create a virtual environment

    python3 -m venv venv
    source venv/bin/activate
    
  2. Install dependencies

    pip install -r ./requirements.txt
    
  3. Setup env according to env.example

  4. Run bot

    python3 src/client.py
    

Resources