chore(ci): call deepseek-v4-flash instead of deepseek-chat for release notes

This commit is contained in:
David Montero 2026-06-11 14:58:24 +02:00
parent 200875720c
commit 937b912c45
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ jobs:
'Authorization': `Bearer ${apiKey}`,
},
body: JSON.stringify({
model: 'deepseek-chat',
model: 'deepseek-v4-flash',
max_tokens: maxTokens,
temperature,
messages: [{ role: 'user', content: prompt }],