Update Gemini model to gemini-3.1-pro-preview

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
michael 2026-02-23 08:04:59 -06:00
parent e3575052ee
commit 81431d9aa9

View file

@ -22,7 +22,7 @@ class GeminiService:
api_key: Google Gemini API key
"""
self.client = genai.Client(api_key=api_key)
self.model = "gemini-3-pro-preview"
self.model = "gemini-3.1-pro-preview"
async def analyze_with_image(
self,