Browse Source

refac: fuzzy search threshold

Timothy Jaeryang Baek 5 months ago
parent
commit
0028285361
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/ModelSelector/Selector.svelte

+ 1 - 1
src/lib/components/chat/ModelSelector/Selector.svelte

@@ -66,7 +66,7 @@
 		}),
 		{
 			keys: ['value', 'tags', 'modelName'],
-			threshold: 0.3
+			threshold: 0.4
 		}
 	);