mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix: use gemini-3-flash-preview in hybrid agent (not 2.5 preview)
Gemini 2.5 preview models return 404. Always use gemini-3+ models. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -125,7 +125,7 @@ async function geminiObserve(
|
||||
): Promise<string> {
|
||||
const genAI = new GoogleGenerativeAI(geminiApiKey)
|
||||
const model = genAI.getGenerativeModel({
|
||||
model: 'gemini-2.5-flash-preview-05-20'
|
||||
model: 'gemini-3-flash-preview'
|
||||
})
|
||||
|
||||
// Try video clip first, fall back to last frame
|
||||
|
||||
Reference in New Issue
Block a user