From 62340f390a85f426f88bed22b6a4297a4a1e8a8f Mon Sep 17 00:00:00 2001 From: Yandrik Date: Mon, 28 Jul 2025 15:53:19 +0200 Subject: [PATCH] fix: change model to gemini-2.5-flash --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index 8421c83..1370d16 100644 --- a/App.tsx +++ b/App.tsx @@ -97,7 +97,7 @@ ${solution} Please evaluate the user's answer and provide your response in the specified JSON format.`; const response: GenerateContentResponse = await ai.models.generateContent({ - model: "gemini-2.5-flash-preview-04-17", + model: "gemini-2.5-flash", contents: contents, config: { systemInstruction: systemInstruction,