We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cb6f5 commit 047a9dcCopy full SHA for 047a9dc
main.py
@@ -66,7 +66,7 @@
66
sys.exit("Please set the OPENAI_API_KEY environment variable...")
67
68
client = OpenAI()
69
-MODEL_NAME = "gpt-4o"
+MODEL_NAME = "gpt-4.1-mini"
70
71
FUNCTION_SCHEMA = [
72
{
@@ -659,4 +659,4 @@ def main(config_path):
659
parser = argparse.ArgumentParser(description="Run QA tests using OpenAI's multimodal API and YAML config.")
660
parser.add_argument("--config", default="test_config.yml", help="Path to the YAML test configuration file.")
661
args = parser.parse_args()
662
- main(args.config)
+ main(args.config)
0 commit comments