Update
This commit is contained in:
		@@ -152,6 +152,8 @@ ${articleDetails}
 | 
				
			|||||||
        { role: "user", content: sendContent.trim() },
 | 
					        { role: "user", content: sendContent.trim() },
 | 
				
			||||||
      ],
 | 
					      ],
 | 
				
			||||||
      temperature: 0.4,
 | 
					      temperature: 0.4,
 | 
				
			||||||
 | 
					      max_completion_tokens: 1700,
 | 
				
			||||||
 | 
					      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