Skip to content

Commit 047a9dc

Browse files
authored
Update main.py
Trying 4.1 mini.
1 parent 14cb6f5 commit 047a9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
sys.exit("Please set the OPENAI_API_KEY environment variable...")
6767

6868
client = OpenAI()
69-
MODEL_NAME = "gpt-4o"
69+
MODEL_NAME = "gpt-4.1-mini"
7070

7171
FUNCTION_SCHEMA = [
7272
{
@@ -659,4 +659,4 @@ def main(config_path):
659659
parser = argparse.ArgumentParser(description="Run QA tests using OpenAI's multimodal API and YAML config.")
660660
parser.add_argument("--config", default="test_config.yml", help="Path to the YAML test configuration file.")
661661
args = parser.parse_args()
662-
main(args.config)
662+
main(args.config)

0 commit comments

Comments
 (0)