From e50d108b8a560c016b04b9454f7a73e4879d8648 Mon Sep 17 00:00:00 2001 From: Impacte AI Date: Fri, 29 Nov 2024 15:19:20 -0300 Subject: [PATCH] =?UTF-8?q?mudan=C3=A7a=20de=20modelo=20de=20IA=20para=20l?= =?UTF-8?q?lama-3.2-90b-vision-preview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services.py b/services.py index eede031..119c691 100644 --- a/services.py +++ b/services.py @@ -46,7 +46,7 @@ async def summarize_text_if_needed(text): texto pelo whatsapp: {text}""", } ], - "model": "llama-3.2-90b-text-preview", + "model": "llama-3.2-90b-vision-preview", } async with aiohttp.ClientSession() as session: