Skip to content

▶️ Running the Extractinator

📟 Using the Command Line

extractinate --task_id 001 --model_name "phi4"

🐍 Using the Function in Python

from llm_extractinator import extractinate

extractinate(
    task_id=1,
    model_name="phi4"
)