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

@@ -1,4 +1,5 @@
{
"model": "openrouter/openai/gpt-4o",
"max_tokens": 1024
"max_tokens": 1024,
"cache": false
}