fix: restore 1h cache ttl option

This commit is contained in:
Peter Steinberger
2026-01-21 20:00:18 +00:00
parent 6866cca6d7
commit 0daaa5b592
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ To set the TTL per model, use `cacheControlTtl` in the model `params`:
defaults: {
models: {
"anthropic/claude-opus-4-5": {
params: { cacheControlTtl: "5m" }
params: { cacheControlTtl: "5m" } // or "1h"
}
}
}