Fix
This commit is contained in:
@ -151,7 +151,7 @@ ${articleDetails}
|
|||||||
{ role: "system", content: prompt.trim() },
|
{ role: "system", content: prompt.trim() },
|
||||||
{ role: "user", content: sendContent.trim() },
|
{ role: "user", content: sendContent.trim() },
|
||||||
],
|
],
|
||||||
temperature: 0.7,
|
temperature: 0.4,
|
||||||
});
|
});
|
||||||
|
|
||||||
const scriptText = response.choices[0]?.message?.content?.trim();
|
const scriptText = response.choices[0]?.message?.content?.trim();
|
||||||
|
Reference in New Issue
Block a user