hmgill commited on
Commit
c03d621
·
verified ·
1 Parent(s): 9044f63

Update cellemetry/agents/analyst.py

Browse files
Files changed (1) hide show
  1. cellemetry/agents/analyst.py +1 -1
cellemetry/agents/analyst.py CHANGED
@@ -63,7 +63,7 @@ analyst_agent = LlmAgent(
63
  name = "analyst",
64
  description = "Expert microscopy analyst for localizing and quantifying biological structures",
65
  model = Gemini(
66
- model="gemini-3-flash-preview",
67
  media_resolution="high"
68
  ),
69
  instruction = ANALYST_INSTRUCTION,
 
63
  name = "analyst",
64
  description = "Expert microscopy analyst for localizing and quantifying biological structures",
65
  model = Gemini(
66
+ model="gemini-3.1-pro-preview",
67
  media_resolution="high"
68
  ),
69
  instruction = ANALYST_INSTRUCTION,