powered by
Check if the installed LM Studio CLI meets the minimum requirement
check_lms_version(min_version = "0.4.0")
A logical scalar: TRUE if the LM Studio CLI version meets or exceeds the specified min_version, and FALSE otherwise.
TRUE
min_version
FALSE
Character string of the required version. Default is "0.4.0".
if (FALSE) { check_lms_version("0.4.0") }
Run the code above in your browser using DataLab