ja acabei a app acho?

This commit is contained in:
2026-02-12 10:38:13 +00:00
parent a71553d54f
commit e01d7ae871
142 changed files with 3497 additions and 2904 deletions

View File

@@ -18,7 +18,7 @@ public class Gemini {
public Gemini() {
// 1. Configurar o modelo (usa a tua API Key do Google AI Studio)
GenerativeModel generativeModel = new GenerativeModel(
"gemini-1.5-flash",
"gemini-2.5-flash",
"AIzaSyBmLgn-SHaTDvAeDWsw2iTZRR9gahhOu7k");
this.modelo = GenerativeModelFutures.from(generativeModel);
}