From d6cf62f42b64a4c8bd1b3b259d24c8ec7affb203 Mon Sep 17 00:00:00 2001 From: tytodd Date: Fri, 2 Jan 2026 22:00:23 -0800 Subject: [PATCH] (no commit message) --- config.json | 11 +++++++++++ program.json | 12 +++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 60fde47..1c79724 100644 --- a/config.json +++ b/config.json @@ -24,5 +24,16 @@ ], "title": "StringSignature", "type": "object" + }, + "lm": { + "model": "gpt-4o-mini", + "model_type": "chat", + "cache": true, + "num_retries": 3, + "finetuning_model": null, + "launch_kwargs": {}, + "train_kwargs": {}, + "temperature": null, + "max_tokens": null } } \ No newline at end of file diff --git a/program.json b/program.json index e1d0164..52e1f03 100644 --- a/program.json +++ b/program.json @@ -16,7 +16,17 @@ } ] }, - "lm": null + "lm": { + "model": "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": {