Compare commits
3 Commits
6049a05776
...
main
Author | SHA1 | Date | |
---|---|---|---|
ba3cc41e34 | |||
4f158508d0 | |||
8a42413e86 |
@ -153,8 +153,7 @@ ${articleDetails}
|
|||||||
{ role: "user", content: sendContent.trim() },
|
{ role: "user", content: sendContent.trim() },
|
||||||
],
|
],
|
||||||
temperature: 0.4,
|
temperature: 0.4,
|
||||||
max_completion_tokens: 1700,
|
reasoning_effort: "high",
|
||||||
reasoning_effort: "medium",
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const scriptText = response.choices[0]?.message?.content?.trim();
|
const scriptText = response.choices[0]?.message?.content?.trim();
|
||||||
|
Reference in New Issue
Block a user