(no commit message)

This commit is contained in:
2026-01-02 03:24:05 -08:00
parent 90a9fd7390
commit 0aba3f6807
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"model": null, "model": null,
"output_type": "str", "output_type": "str",
"lm": "openai/gpt-4o", "lm": "openai/gpt-4o-mini",
"number": 1 "number": 1
} }

View File

@@ -21,7 +21,7 @@
] ]
}, },
"lm": { "lm": {
"model": "openai/gpt-4o", "model": "openai/gpt-4o-mini",
"model_type": "chat", "model_type": "chat",
"cache": true, "cache": true,
"num_retries": 3, "num_retries": 3,