You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(inference): default to DeepSeek-V4-Pro model (#435)
Change the default selected model on page load from DeepSeek-R1-0528 to
DeepSeek-V4-Pro. Updates the GlobalFilterContext initial state and the
PARAM_DEFAULTS used to omit redundant g_model from share URLs.
- GlobalFilterContext: default selectedModel → Model.DeepSeek_V4_Pro
- url-state PARAM_DEFAULTS.g_model → 'DeepSeek-V4-Pro' (so the new
default is omitted from share links)
- url-state tests: assert the new default and swap the omit/preserve
fixtures accordingly
- model-architecture e2e: pin to ?g_model=DeepSeek-R1-0528 explicitly,
since R1 (not the new default DSv4-Pro, which has no architecture
diagram entry) is what those tests exercise
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments