Learn R Programming

rlmstudio (version 0.2.2)

lms_daemon_status: Check the global status of LM Studio

Description

Displays the overall status of the LM Studio backend via the CLI, including loaded models and the server state. This function works regardless of whether the backend was started via the desktop GUI or the headless daemon.

Usage

lms_daemon_status()

Arguments

Value

A character vector of the raw CLI output.

Examples

Run this code
if (FALSE) {
lms_daemon_status()
}

Run the code above in your browser using DataLab