From 2e29991f0ec10303ae7f5888f18158747e603f65 Mon Sep 17 00:00:00 2001 From: tytodd Date: Sun, 19 Apr 2026 20:57:14 -0700 Subject: [PATCH] (no commit message) --- program.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/program.json b/program.json index a4a671c..6d95154 100644 --- a/program.json +++ b/program.json @@ -15,7 +15,17 @@ } ] }, - "lm": null, + "lm": { + "model": "openai/gpt-4o-mini", + "model_type": "chat", + "cache": true, + "num_retries": 3, + "finetuning_model": null, + "launch_kwargs": {}, + "train_kwargs": {}, + "temperature": null, + "max_tokens": null + }, "metadata": { "dependency_versions": { "python": "3.11",