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