From 0aba3f68077422e97a9b5735ba4cf3a49cab491c Mon Sep 17 00:00:00 2001 From: Ty Todd Date: Fri, 2 Jan 2026 03:24:05 -0800 Subject: [PATCH] (no commit message) --- config.json | 2 +- program.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index d7f9a15..6b9ac53 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "model": null, "output_type": "str", - "lm": "openai/gpt-4o", + "lm": "openai/gpt-4o-mini", "number": 1 } \ No newline at end of file diff --git a/program.json b/program.json index 5c0c596..98e1908 100644 --- a/program.json +++ b/program.json @@ -21,7 +21,7 @@ ] }, "lm": { - "model": "openai/gpt-4o", + "model": "openai/gpt-4o-mini", "model_type": "chat", "cache": true, "num_retries": 3,