Install
A step-by-step guide to setting up Evalverse for you
Installation
1. Clone the Evalverse repository
git clone --recursive https://github.com/UpstageAI/evalverse.git2. Install requirement packages
cd evalverse
pip install -e .Configuration
OPENAI_API_KEY=sk-...
SLACK_BOT_TOKEN=xoxb-...
SLACK_APP_TOKEN=xapp-...Last updated