Compare commits

...

3 Commits

Author SHA1 Message Date
ba3cc41e34 Update
Some checks failed
CI / lint-and-test (push) Failing after 1m41s
CI / docker-test (push) Has been skipped
CI / security-scan (push) Has been skipped
Build and Publish Docker Images / build (push) Failing after 1m55s
2025-06-13 17:12:32 +09:00
4f158508d0 Update 2025-06-13 13:07:18 +09:00
8a42413e86 Update 2025-06-13 13:05:41 +09:00

View File

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