Kaynağa Gözat

fix: vercel gateway options

Aiden Cline 9 ay önce
ebeveyn
işleme
25678fa504

+ 4 - 0
packages/opencode/src/provider/transform.ts

@@ -177,6 +177,10 @@ export namespace ProviderTransform {
         return {
         return {
           ["anthropic" as string]: options,
           ["anthropic" as string]: options,
         }
         }
+      case "@ai-sdk/gateway":
+        return {
+          ["gateway" as string]: options,
+        }
       default:
       default:
         return {
         return {
           [providerID]: options,
           [providerID]: options,