fix(desktop): use model catalog config shape

This commit is contained in:
Tianyi Cui
2026-07-19 12:02:51 +08:00
parent ed6678f51e
commit c05f1b6dd2
3 changed files with 11 additions and 17 deletions

View File

@@ -31,8 +31,8 @@
apiKey: !!js process.env.DEEPSEEK_API_KEY
baseURL: !!js process.env.DEEPSEEK_BASE_URL
models:
- deepseek-v4-flash
- deepseek-v4-pro
- id: deepseek-v4-flash
- id: deepseek-v4-pro
# Showcase default: pin thinking on so the reasoning fold — our headline
# visualization — is visible out of the box for a first-run user. The
# provider default is already "enabled", but a future flip would silently

View File

@@ -29,8 +29,8 @@
apiKey: !!js process.env.DEEPSEEK_API_KEY
baseURL: !!js process.env.DEEPSEEK_BASE_URL
models:
- deepseek-v4-pro
- deepseek-v4-flash
- id: deepseek-v4-pro
- id: deepseek-v4-flash
- id: bash
name: '@deepseek-ai/dsh-bash-local'