update release note generation script

This commit is contained in:
Violet Caulfield
2025-08-25 21:45:53 -05:00
parent a6e47a16c6
commit 8bd20a8e9e

View File

@@ -15,7 +15,6 @@ async function main() {
const response = await openai.chat.completions.create({
model: 'gpt-5',
temperature: 0.7,
messages: [
{
role: 'system',