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

@@ -32,7 +32,7 @@ export const oaCompatHelper: ProviderHelper = ({ adjustCacheUsage, safetyIdentif
return {
...body,
...(body.stream ? { stream_options: { include_usage: true } } : {}),
//...(safetyIdentifier ? { safety_identifier: safetyIdentifier } : {}),
...(safetyIdentifier ? { safety_identifier: safetyIdentifier } : {}),
}
},
createBinaryStreamDecoder: () => undefined,