feat: update AI model from llama3 to llama3.2

This commit is contained in:
almazlar
2026-02-07 22:40:26 +03:00
parent c9796f29c6
commit df2c75dbe4

View File

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