feat: Update translation model from llama3.2 to phi4-mini.

This commit is contained in:
almazlar
2026-02-07 23:39:51 +03:00
parent 5e9a304a86
commit f5cf962517

View File

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