我傻逼了

This commit is contained in:
gaoao-3 2025-01-01 20:45:12 +08:00
parent c0d6d123bd
commit bef5094062
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ async function summarizeURL(url, length) {
content: `Summarize this article: ${url}`, // Directly send the URL
},
],
max_tokens: 150 * length,
max_tokens: 500 * length,
}),
});