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