Skip to content

Commit 5ff622f

Browse files
chore: use @ai-sdk/google
1 parent 666e20c commit 5ff622f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/accuracy/sdk/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { LanguageModelV1 } from "ai";
2-
import { createGoogleGenerativeAI } from "@himanshusinghs/google";
2+
import { createGoogleGenerativeAI } from "@ai-sdk/google";
33
import { createAzure } from "@ai-sdk/azure";
44
import { createOpenAI } from "@ai-sdk/openai";
55
import { ollama } from "ollama-ai-provider";

0 commit comments

Comments
 (0)