feat: update AI model from llama3 to llama3.2
This commit is contained in:
@@ -233,7 +233,7 @@
|
|||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: { 'Content-Type': 'application/json' },
|
headers: { 'Content-Type': 'application/json' },
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
model: "llama3",
|
model: "llama3.2",
|
||||||
prompt: `Translate the following description into natural Turkish. Only output the translation: "${rawDescription}"`,
|
prompt: `Translate the following description into natural Turkish. Only output the translation: "${rawDescription}"`,
|
||||||
stream: false
|
stream: false
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user