wip: zen
Some checks failed
deploy / deploy (push) Has been cancelled

This commit is contained in:
Frank 2026-03-30 19:04:42 -04:00
parent 39a47c9b8c
commit 58f60629a1
3 changed files with 3 additions and 3 deletions

View file

@ -471,7 +471,7 @@ export async function handler(
reqModel,
providerModel: modelProvider.model,
adjustCacheUsage: providerProps.adjustCacheUsage,
safetyIdentifier: ip,
safetyIdentifier: modelProvider.safetyIdentifier ? ip : undefined,
workspaceID: authInfo?.workspaceID,
}
if (format === "anthropic") return anthropicHelper(opts)