This commit is contained in:
Aiden Cline
2025-12-10 13:20:40 -06:00
parent 8d1824edfc
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
}