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:
parent
43fb186d0e
commit
615107cada
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue