diff --git a/index.html b/index.html
index 822fb9b..ae1f9d8 100644
--- a/index.html
+++ b/index.html
@@ -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
})