feat: Update translation model from phi4-mini to gpt-oss.

This commit is contained in:
almazlar
2026-02-07 23:42:22 +03:00
parent f5cf962517
commit 584e7cb81c

View File

@@ -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
})