diff --git a/services/llm.ts b/services/llm.ts index 8d4e19a..9492ff7 100644 --- a/services/llm.ts +++ b/services/llm.ts @@ -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();