Spaces:
Sleeping
Sleeping
Update cellemetry/agents/analyst.py
Browse files
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-
|
| 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,
|