Matthew
@matthew
Can any devs help me find a solution for this? Building a game and when a user guesses word X, I want to see if it's sufficiently similar to word Y. could I deploy some kind of mini, local LLM inside my codebase for this? ideally don't want to wait / pay each time for an openai api call.
7 replies
15 recasts
41 reactions
osama
@osama
you can run a quantized, smaller model but also ilike, regex and levenshtein distance ma man
1 reply
0 recast
1 reaction
Matthew
@matthew
yeah gonna get more creative with my dictionary here and see if it works
0 reply
0 recast
0 reaction