From 937b912c456d414c89d3453b56f065afe6a40be6 Mon Sep 17 00:00:00 2001 From: David Montero Date: Thu, 11 Jun 2026 14:58:24 +0200 Subject: [PATCH] chore(ci): call deepseek-v4-flash instead of deepseek-chat for release notes --- .github/workflows/discord-release-notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }],