perf: 文案优化
This commit is contained in:
@@ -79,8 +79,10 @@ export async function generateQA(next = false): Promise<any> {
|
||||
.createChatCompletion(
|
||||
{
|
||||
model: ChatModelNameEnum.GPT35,
|
||||
temperature: 0.8,
|
||||
temperature: 0.7,
|
||||
n: 1,
|
||||
frequency_penalty: 1, // 越大,重复内容越少
|
||||
presence_penalty: -1, // 越大,越容易出现新内容
|
||||
messages: [
|
||||
systemPrompt,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user