Update Gemini model to gemini-3-pro-preview
Changed the AI model used for proof analysis from gemini-2.5-flash to gemini-3-pro-preview for improved analysis capabilities. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
53351c86f3
commit
8eac1f8492
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-2.5-flash"
|
||||
self.model = "gemini-3-pro-preview"
|
||||
|
||||
async def analyze_with_image(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue