From 8a96b17c828357fefc7e702083c2be8a8fa37370 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Tue, 26 May 2026 17:33:03 +0000 Subject: [PATCH] =?UTF-8?q?Refatora=C3=A7=C3=A3o=20Smart=20Router:=20subst?= =?UTF-8?q?itui=C3=A7=C3=A3o=20do=20modelo=20de=20imagem=20do=20Gemini=202?= =?UTF-8?q?.5=20pelo=20Grok=20Imagine=20(x-ai/grok-imagine-image-quality)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 1a062e3..db6f4c2 100644 --- a/server.js +++ b/server.js @@ -396,7 +396,7 @@ app.post('/api/chat', requireAuth, async (req, res) => { 'Content-Type': 'application/json' }, body: JSON.stringify({ - model: 'google/gemini-2.5-flash-image', + model: 'x-ai/grok-imagine-image-quality', messages: [ { role: 'user', content: enrichedPrompt } ],