Skip to content

jw-source/mimic

Repository files navigation

Mimic

1. Project Setup

python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

2. Convert .env.txt file to .env (add OpenRouter and OpenAI API keys)

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

5. Download your research paper to simulate and move it to the knowledge folder (paper.pdf)

6. Get the url of the framework you're interested in (e.g., TinyTroupe), and copy the url to the run.py file

7. Run the run.py file

python run.py

Notes:

  • 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages