diff --git a/.github/workflows/qq-notify.yml b/.github/workflows/qq-notify.yml index 95b9f7a48..8c8ac8da1 100644 --- a/.github/workflows/qq-notify.yml +++ b/.github/workflows/qq-notify.yml @@ -154,7 +154,7 @@ jobs: req = urllib.request.Request( "https://api.deepseek.com/v1/chat/completions", data=json.dumps({ - "model": "deepseek-chat", + "model": "deepseek-v4-pro", "max_tokens": 300, "messages": [{"role": "user", "content": prompt}], }).encode(),