Skip to content

Commit 58d4aec

Browse files
author
Ruben Gomez
committed
Remove size-based and deepseek-coder/llama filters from default model setup
1 parent 700ab9f commit 58d4aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris/components/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ function setupEventListeners() {
900900
const filterInputContainer = document.querySelector('.filter-container label[for="model-filter"]');
901901

902902
// Apply default filter - include recommended models but exclude smaller ones
903-
filterInput.value = 'xai,qwen,deepseek-v3,deepseek-chat,deepseek-coder,llama,-8b,-7b,-3b,-1b';
903+
filterInput.value = 'xai,qwen,deepseek-v3,deepseek-chat';
904904
// Hide filter input, label and apply button
905905
filterInput.style.display = 'none';
906906
filterInputContainer.style.display = 'none';

0 commit comments

Comments
 (0)