Switch to deepseek/deepseek-v4-flash-0731 for the release script (#5886)

* Switch to deepseek/deepseek-v4-flash-0731 for the release script

* Make the change in the workflow file too
This commit is contained in:
TheFrenchGhosty
2026-08-03 22:55:44 +02:00
committed by GitHub
parent 0c3d3e8f8a
commit 83882a17b6
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ on:
model:
description: "Model used to write the changelog."
required: false
default: "deepseek/deepseek-v4-pro"
default: "deepseek/deepseek-v4-flash-0731"
base_url:
description: "OpenAI-compatible API base URL (default: OpenRouter)."
required: false

View File

@@ -48,7 +48,7 @@ import urllib.error
import urllib.request
DEFAULT_BASE_URL = "https://openrouter.ai/api/v1"
DEFAULT_MODEL = "deepseek/deepseek-v4-pro"
DEFAULT_MODEL = "deepseek/deepseek-v4-flash-0731"
REPO_URL = "https://github.com/iv-org/invidious"
CHANGELOG_FILE = "CHANGELOG.md"
SHARD_FILE = "shard.yml"