From f5cf962517184867ee2db6a564df25951bf4a71d Mon Sep 17 00:00:00 2001 From: almazlar Date: Sat, 7 Feb 2026 23:39:51 +0300 Subject: [PATCH] feat: Update translation model from llama3.2 to phi4-mini. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ae0122f..e2b4f7e 100644 --- a/index.html +++ b/index.html @@ -266,7 +266,7 @@ method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ - model: "llama3.2", + model: "phi4-mini", prompt: `Translate the following description into Turkish. "${rawDescription}"`, stream: false })