Merge pull request #1652 from arc53/dependabot/pip/application/google-genai-1.3.0

build(deps): bump google-genai from 0.5.0 to 1.3.0 in /application
This commit is contained in:
Alex
2025-02-24 22:34:16 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ class GoogleLLM(BaseLLM):
parts = []
if role and content is not None:
if isinstance(content, str):
parts = [types.Part.from_text(content)]
parts = [types.Part.from_text(text=content)]
elif isinstance(content, list):
for item in content:
if "text" in item:

View File

@@ -14,7 +14,7 @@ esutils==1.0.1
Flask==3.1.0
faiss-cpu==1.9.0.post1
flask-restx==1.3.0
google-genai==0.5.0
google-genai==1.3.0
google-generativeai==0.8.3
gTTS==2.5.4
gunicorn==23.0.0