Don't cache results

This commit is contained in:
2025-12-27 19:33:57 -08:00
parent 57e7b1fd36
commit fc9560cc50
3 changed files with 7 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
"lm": {
"model": "openrouter/openai/gpt-4o",
"model_type": "chat",
"cache": true,
"cache": false,
"num_retries": 3,
"finetuning_model": null,
"launch_kwargs": {},