(no commit message)

This commit is contained in:
2026-01-02 22:00:23 -08:00
parent ceb079c684
commit d6cf62f42b
2 changed files with 22 additions and 1 deletions

View File

@@ -24,5 +24,16 @@
], ],
"title": "StringSignature", "title": "StringSignature",
"type": "object" "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
} }
} }

View File

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