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.
This commit is contained in:
@@ -16,7 +16,7 @@ const startServer = async () => {
|
|||||||
try {
|
try {
|
||||||
const { imageBase64, userNotes, preferredMode, userPlan } = req.body;
|
const { imageBase64, userNotes, preferredMode, userPlan } = req.body;
|
||||||
|
|
||||||
const model = 'gemini-3.1-pro-preview';
|
const model = 'gemini-2.5-flash';
|
||||||
|
|
||||||
const systemInstruction = `
|
const systemInstruction = `
|
||||||
# QUANTSCAN IA — MODO MULTI TIME FRAME + LONG TERM ANALYSIS
|
# QUANTSCAN IA — MODO MULTI TIME FRAME + LONG TERM ANALYSIS
|
||||||
|
|||||||
Reference in New Issue
Block a user