Don't cache results

This commit is contained in:
2025-12-27 20:20:40 -08:00
parent fc9560cc50
commit b526e68660
3 changed files with 6 additions and 6 deletions

View File

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