python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
mv .env.txt .env
3. Set up Modal (for virtual sandbox to execute code), sign up for a free account and $30 in credits at https://modal.com/signup
pip install modal
modal setup
6. Get the url of the framework you're interested in (e.g., TinyTroupe), and copy the url to the run.py file
python run.py
- Mimic requires a paid OpenRouter and OpenAI API key. You can get them from OpenRouter and OpenAI.
- Non-subscribtable errors come from the OpenRouter API rate limiting
- For the best results, feel free to swap OpenRouter models as you see fit (e.g., Deepseek R1)