MaaS Sign up for an API key here.
- Python3, PIP
- Make a virtualenv
python3 -m venv venv
- Activate it
source venv/bin/activate
- Install requirements
pip install -r requirements.txt
- Copy and configure your
.env
cp .env.sample .env
and update the correct values from API Keys and API Endpoints
Show Help
python prompt.py -h
Run a Prompt
python prompt.py "This is the best machine learning prompt ever written"