This commit is contained in:
2025-06-12 06:30:45 +09:00
parent 3876a8ff18
commit f808c5e7ea

View File

@ -151,7 +151,7 @@ ${articleDetails}
{ role: "system", content: prompt.trim() },
{ role: "user", content: sendContent.trim() },
],
temperature: 0.7,
temperature: 0.4,
});
const scriptText = response.choices[0]?.message?.content?.trim();