core/config: default DeepSeek models v4-flash and v4-pro

When preset deepseek omits models, seed deepseek-v4-flash and
deepseek-v4-pro as text-capable entries for selection and docs.
This commit is contained in:
2026-07-15 13:57:29 +08:00
parent fb61f6bc32
commit 2052967824
7 changed files with 40 additions and 4 deletions
+4 -2
View File
@@ -36,11 +36,13 @@ access_key_or_token = "sk-replace-me"
# "gpt-4o-mini" = { text = true }
# --- DeepSeek (OpenAI-compatible convention) ---
# Default models if [providers.*.models] is omitted: deepseek-v4-flash, deepseek-v4-pro.
# [providers.deepseek]
# preset = "deepseek"
# access_key_or_token = "sk-replace-me"
# url = "https://api.deepseek.com"
# # url defaults to https://api.deepseek.com/v1 when empty
# extras = { convention = "openai" }
#
# [providers.deepseek.models]
# "deepseek-chat" = { text = true }
# "deepseek-v4-flash" = { text = true }
# "deepseek-v4-pro" = { text = true }