mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 07:52:03 +00:00
parent
39a47c9b8c
commit
58f60629a1
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue