Prerequisites:
- Python 3.6+
- Slack App Token (export SLACK_APP_TOKEN=your_token)
- Slack bot token (export SLACK_BOT_TOKEN=your_token)
- OpenAI API Key (export OPENAI_API_KEY=your_token)
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
Built with Langchain ⛓.