Parcourir la source

refac: fuzzy search threshold

Timothy Jaeryang Baek il y a 1 an
Parent
commit
0028285361
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 		}
 	);