Update
Some checks failed
CI / docker-test (push) Has been cancelled
CI / lint-and-test (push) Failing after 4m42s
CI / security-scan (push) Has been cancelled
Build and Publish Docker Images / build (push) Has been cancelled

This commit is contained in:
2025-06-13 12:10:36 +09:00
parent 99af4d11b1
commit 1edafad270

View File

@ -152,6 +152,8 @@ ${articleDetails}
{ role: "user", content: sendContent.trim() },
],
temperature: 0.4,
max_completion_tokens: 1700,
reasoning_effort: "medium",
});
const scriptText = response.choices[0]?.message?.content?.trim();