From ef61b58a626626cae72e80bd59a88521aac98da2 Mon Sep 17 00:00:00 2001 From: desartstudio95 Date: Mon, 18 May 2026 10:17:22 -0700 Subject: [PATCH] feat: Update AI model to gemini-2.5-flash Switches the AI model used for analysis from `gemini-3.1-pro-preview` to `gemini-2.5-flash`. This change aims to leverage the newer, potentially more cost-effective and performant model for the QuantScan AI analysis endpoint. --- server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.ts b/server.ts index 84bd002..443024a 100644 --- a/server.ts +++ b/server.ts @@ -16,7 +16,7 @@ const startServer = async () => { try { const { imageBase64, userNotes, preferredMode, userPlan } = req.body; - const model = 'gemini-3.1-pro-preview'; + const model = 'gemini-2.5-flash'; const systemInstruction = ` # QUANTSCAN IA — MODO MULTI TIME FRAME + LONG TERM ANALYSIS