This commit is contained in:
Aiden Cline 2025-12-10 13:20:40 -06:00
commit 72aff70444

View file

@ -219,6 +219,10 @@ export namespace ProviderTransform {
}
}
if (model.providerID === "baseten") {
result["chat_template_args"] = { enable_thinking: true }
}
if (model.providerID === "openai" || providerOptions?.setCacheKey) {
result["promptCacheKey"] = sessionID
}