mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-04 23:55:20 +02:00
Update @google+generative-ai+0.2.1.patch
Fixed a minor error in the patch file for Gemini 2.0 models
This commit is contained in:
parent
770a533fbf
commit
45a799ed7d
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
diff --git a/dist/index.mjs b/dist/index.mjs
|
||||
diff --git a/node_modules/@google/generative-ai/dist/index.mjs b/node_modules/@google/generative-ai/dist/index.mjs
|
||||
--- a/node_modules/@google/generative-ai/dist/index.mjs
|
||||
+++ b/node_modules/@google/generative-ai/dist/index.mjs
|
||||
@@
|
||||
+++ b/node_modules/@google/generative-ai/dist/index.mjs
|
||||
@@ -156,1 +156,1 @@
|
||||
-const API_VERSION = "v1";
|
||||
+const API_VERSION = "v1beta";
|
||||
diff --git a/dist/index.js b/dist/index.js
|
||||
diff --git a/node_modules/@google/generative-ai/dist/index.js b/node_modules/@google/generative-ai/dist/index.js
|
||||
--- a/node_modules/@google/generative-ai/dist/index.js
|
||||
+++ b/node_modules/@google/generative-ai/dist/index.js
|
||||
@@
|
||||
@@ -156,1 +156,1 @@
|
||||
-const API_VERSION = "v1";
|
||||
+const API_VERSION = "v1beta";
|
||||
|
|
Loading…
Add table
Reference in a new issue