Represents the loading model status.
ModelStatusLoading
const loadingStatus: ModelStatusLoading = { value: "loading", args: ["--model", "qwen4b"]}; Copy
const loadingStatus: ModelStatusLoading = { value: "loading", args: ["--model", "qwen4b"]};
Arguments used during the loading process.
The status value indicating the model is loading.
Represents the loading model status.
ModelStatusLoading
Example