`--model-name` argument was added a while ago but did not do anything. This commit fixes this issue and enables this feature.
* server : Smart selection of available slot using Longest Common Substring * add usage * remove trailing whitespaces * Use Longest Common Prefix (LCP) instead of LCS * Rename argument