fix: vercel gateway options
This commit is contained in:
parent
d7f4f3ec1f
commit
25678fa504
@ -177,6 +177,10 @@ export namespace ProviderTransform {
|
||||
return {
|
||||
["anthropic" as string]: options,
|
||||
}
|
||||
case "@ai-sdk/gateway":
|
||||
return {
|
||||
["gateway" as string]: options,
|
||||
}
|
||||
default:
|
||||
return {
|
||||
[providerID]: options,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user