Skip to contents

Locates the LM Studio CLI (lms) on your system. It checks the RLMSTUDIO_LMS_PATH environment variable first, then the system PATH, and finally common installation directories.

Usage

lms_path()

Value

A character string containing the absolute path to the executable.

Examples

if (FALSE) { # \dontrun{
lms_path()
} # }