From ecca13a6bda6c4801de46fcfec6542c36f5e8e45 Mon Sep 17 00:00:00 2001 From: David Wurtz Date: Fri, 21 Feb 2025 11:27:09 -0800 Subject: [PATCH] Update README.md recommend `gpt-4o-2024-11-20` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc913aa..f610906 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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