From df2c75dbe4960bbfbfe7fa05bbdf504d3b95e6f4 Mon Sep 17 00:00:00 2001 From: almazlar Date: Sat, 7 Feb 2026 22:40:26 +0300 Subject: [PATCH] feat: update AI model from llama3 to llama3.2 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 822fb9b..ae1f9d8 100644 --- a/index.html +++ b/index.html @@ -233,7 +233,7 @@ method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ - model: "llama3", + model: "llama3.2", prompt: `Translate the following description into natural Turkish. Only output the translation: "${rawDescription}"`, stream: false })