From 59a82598d23281ed82020790149e90e0ab2d3804 Mon Sep 17 00:00:00 2001 From: gabriele-cusato Date: Sun, 17 May 2026 18:13:56 +0200 Subject: [PATCH] =?UTF-8?q?tolto=20il=20preview=20al=20modello=20gemini,?= =?UTF-8?q?=20=C3=A8=20uscito=20dal=20preview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HandTranscriptMd/src/recognizer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HandTranscriptMd/src/recognizer.ts b/HandTranscriptMd/src/recognizer.ts index 59e644b..b1196a9 100644 --- a/HandTranscriptMd/src/recognizer.ts +++ b/HandTranscriptMd/src/recognizer.ts @@ -10,7 +10,7 @@ import { requestUrl } from 'obsidian'; // Modello Gemini da usare per il riconoscimento visivo -const GEMINI_MODEL = 'gemini-3.1-flash-lite-preview'; +const GEMINI_MODEL = 'gemini-3.1-flash-lite'; const GEMINI_URL = `https://generativelanguage.googleapis.com/v1beta/models/${GEMINI_MODEL}:generateContent`; // Tipo della risposta JSON di Gemini (solo i campi che ci servono)