feat: Update translation model from llama3.2 to phi4-mini.
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user