chore(ci): call deepseek-v4-flash instead of deepseek-chat for release notes
This commit is contained in:
parent
200875720c
commit
937b912c45
|
|
@ -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 }],
|
||||
|
|
|
|||
Loading…
Reference in New Issue