fix openrouter caching with anthropic, should be a lot cheaper

This commit is contained in:
Dax Raad
2025-07-05 11:39:38 -04:00
parent b5eead4dd1
commit 207c73bc6a
@@ -17,6 +17,9 @@ export namespace ProviderTransform {
anthropic: {
cacheControl: { type: "ephemeral" },
},
openaiCompatible: {
cache_control: { type: "ephemeral" },
},
}
}
}