mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-04 22:31:40 +00:00
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:
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@@ -24,7 +24,7 @@ on:
|
|||||||
model:
|
model:
|
||||||
description: "Model used to write the changelog."
|
description: "Model used to write the changelog."
|
||||||
required: false
|
required: false
|
||||||
default: "deepseek/deepseek-v4-pro"
|
default: "deepseek/deepseek-v4-flash-0731"
|
||||||
base_url:
|
base_url:
|
||||||
description: "OpenAI-compatible API base URL (default: OpenRouter)."
|
description: "OpenAI-compatible API base URL (default: OpenRouter)."
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ import urllib.error
|
|||||||
import urllib.request
|
import urllib.request
|
||||||
|
|
||||||
DEFAULT_BASE_URL = "https://openrouter.ai/api/v1"
|
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"
|
REPO_URL = "https://github.com/iv-org/invidious"
|
||||||
CHANGELOG_FILE = "CHANGELOG.md"
|
CHANGELOG_FILE = "CHANGELOG.md"
|
||||||
SHARD_FILE = "shard.yml"
|
SHARD_FILE = "shard.yml"
|
||||||
|
|||||||
Reference in New Issue
Block a user