mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Merge pull request #11 from danialsamiei/devin/1771284216-fix-hidden-models
Fix onboarding: reduce OpenRouter default models to avoid all-hidden threshold
This commit is contained in:
commit
9d7eab5e33
1 changed files with 2 additions and 5 deletions
|
|
@ -115,16 +115,13 @@ export const defaultModelsOfProvider = {
|
|||
],
|
||||
lmStudio: [], // autodetected
|
||||
|
||||
openRouter: [ // https://openrouter.ai/models
|
||||
openRouter: [ // https://openrouter.ai/models (keep <=9 to avoid all-hidden default)
|
||||
'anthropic/claude-sonnet-4',
|
||||
'anthropic/claude-opus-4',
|
||||
'anthropic/claude-3.7-sonnet',
|
||||
'anthropic/claude-3.5-sonnet',
|
||||
'qwen/qwen3-235b-a22b',
|
||||
'deepseek/deepseek-r1',
|
||||
'mistralai/codestral-2501',
|
||||
'qwen/qwen3-235b-a22b',
|
||||
'mistralai/devstral-small:free',
|
||||
'deepseek/deepseek-r1-zero:free',
|
||||
'google/gemini-2.0-flash-exp:free',
|
||||
'microsoft/phi-4-reasoning-plus:free',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue