pull/5334/head
Aiden Cline 2025-12-10 13:20:40 -06:00
parent 8d1824edfc
commit 72aff70444
1 changed files with 4 additions and 0 deletions

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
}