Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
recommend `gpt-4o-2024-11-20`
  • Loading branch information
qododavid authored Feb 21, 2025
1 parent 5aed1d9 commit ecca13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
code_coverage_report_path: ./coverage.xml
coverage_type: cobertura
test_command: "pytest --cov=. --cov-report=xml --cov-report=term" # your test command
model: gpt-4o
model: gpt-4o-2024-11-20
max_iterations: 3
desired_coverage: 90
run_each_test_separately: true
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
code_coverage_report_path: ./coverage.xml
coverage_type: cobertura
test_command: "pytest --cov=. --cov-report=xml --cov-report=term" # your test command
model: gpt-4o
model: gpt-4o-2024-11-20
max_iterations: 3
desired_coverage: 100
run_each_test_separately: true
Expand Down

0 comments on commit ecca13a

Please sign in to comment.