Forráskód Böngészése

refac: fuzzy search threshold

Timothy Jaeryang Baek 5 hónapja
szülő
commit
0028285361
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
 		}
 	);