Skip to contents

Check if the installed LM Studio CLI meets the minimum requirement

Usage

check_lms_version(min_version = "0.4.0")

Arguments

min_version

Character string of the required version. Default is "0.4.0".

Value

Logical. TRUE if the version is sufficient, FALSE otherwise.

Examples

if (FALSE) { # \dontrun{
check_lms_version("0.4.0")
} # }