From 6853077fa2cc36575f20beaf676500548f0de160 Mon Sep 17 00:00:00 2001 From: Jonas Pacheco Date: Tue, 31 Mar 2026 15:25:39 -0300 Subject: [PATCH] =?UTF-8?q?test:=20muda=20Statistician=20e=20Fiscal=20Audi?= =?UTF-8?q?tor=20para=20Llama=20(teste=20r=C3=A1pido)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/MiroFlowControl.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/MiroFlowControl.tsx b/client/src/components/MiroFlowControl.tsx index 63d5043..570eaa8 100644 --- a/client/src/components/MiroFlowControl.tsx +++ b/client/src/components/MiroFlowControl.tsx @@ -33,14 +33,14 @@ const AGENTS = [ { value: "statistician", label: "Statistician", - model: "deepseek-r1:14b", + model: "llama3.1:8b", placeholder: "Ex: Analise a distribuição de vendas por região no último trimestre", }, { value: "fiscal_auditor", label: "Fiscal Auditor", - model: "deepseek-r1:14b", + model: "llama3.1:8b", placeholder: "Ex: Verifique inconsistências nos registros NFe do CNPJ 12.345.678/0001-90", },