feat(hypotheses): use gemini-3-flash-preview for LLM analysis

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Youssef Aitousarrah 2026-04-12 17:40:01 -07:00
parent 43fb186d0e
commit 615107cada
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ Be direct. Do not restate the numbers — interpret them. Do not recommend mergi
try:
client = genai.Client(api_key=api_key)
response = client.models.generate_content(
model="gemini-2.5-flash-lite",
model="gemini-3-flash-preview",
contents=prompt,
)
return response.text.strip()