update all google stuff

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-09-05 21:53:29 +02:00
parent cd88d2ae34
commit 29de324ff7
12 changed files with 234 additions and 45 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class GoogleGeminiPipeline():
def __init__(self, model_name: str):
self.model = model_name.split(' (')[0]
from installer import install
install('google-genai==1.52.0')
install('google-genai==2.22.0')
from google import genai # pylint: disable=no-name-in-module
args = self.get_args()
self.client = genai.Client(**args)