Update Gemini model to gemini-3.1-pro-preview
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e3575052ee
commit
81431d9aa9
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue