Skip to content

Commit 25678fa

Browse files
committed
fix: vercel gateway options
1 parent d7f4f3e commit 25678fa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/opencode/src/provider/transform.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ export namespace ProviderTransform {
177177
return {
178178
["anthropic" as string]: options,
179179
}
180+
case "@ai-sdk/gateway":
181+
return {
182+
["gateway" as string]: options,
183+
}
180184
default:
181185
return {
182186
[providerID]: options,

0 commit comments

Comments
 (0)