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