Pārlūkot izejas kodu

refac: fuzzy search threshold

Timothy Jaeryang Baek 5 mēneši atpakaļ
vecāks
revīzija
0028285361

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

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