diff --git a/services/llm.ts b/services/llm.ts index 643d25c..483b6fe 100644 --- a/services/llm.ts +++ b/services/llm.ts @@ -153,8 +153,8 @@ ${articleDetails} { role: "user", content: sendContent.trim() }, ], temperature: 0.4, - max_completion_tokens: 1700, - reasoning_effort: "medium", + max_completion_tokens: 2500, + reasoning_effort: "high", }); const scriptText = response.choices[0]?.message?.content?.trim();