(no commit message)

This commit is contained in:
2026-04-20 16:51:39 -07:00
parent 9d3b662881
commit d3b03b4a54

View File

@@ -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": { "metadata": {
"dependency_versions": { "dependency_versions": {
"python": "3.11", "python": "3.11",