Compare commits

1 Commits
main ... dev

Author SHA1 Message Date
0aba3f6807 (no commit message) 2026-01-02 03:24:05 -08:00
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,