Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 240 Bytes

File metadata and controls

6 lines (5 loc) · 240 Bytes

How to run

export OPENAI_API_KEY=your-key-goes-here
mutahunter run --test-command "mvn test" --model "gpt-4.1-mini" --source-path "src/main/java/com/example/BankAccount.java" --test-path "src/test/java/BankAccountTest.java"