(no commit message)

This commit is contained in:
2026-04-19 20:57:14 -07:00
parent 746c3ea915
commit 2e29991f0e

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