diff --git a/.github/workflows/discord-release-notify.yml b/.github/workflows/discord-release-notify.yml index abd0d164..c025175a 100644 --- a/.github/workflows/discord-release-notify.yml +++ b/.github/workflows/discord-release-notify.yml @@ -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 }],