mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-23 22:34:53 +00:00
tweak: switch @ai-sdk/google-vertex key from google to vertex see: https://ai-sdk.dev/docs/migration-guides/migration-guide-6-0#providermetadata-and-provideroptions-key
This commit is contained in:
@@ -35,6 +35,7 @@ export namespace ProviderTransform {
|
||||
case "@ai-sdk/google-vertex/anthropic":
|
||||
return "anthropic"
|
||||
case "@ai-sdk/google-vertex":
|
||||
return "vertex"
|
||||
case "@ai-sdk/google":
|
||||
return "google"
|
||||
case "@ai-sdk/gateway":
|
||||
|
||||
Reference in New Issue
Block a user