pub fn get_default_model_lock() -> Result<(String, Arc<ModelStreamLock>), LlamaCoreError>Expand description
Get the lock for the default model (first available model). Used when the request does not specify a model name.
pub fn get_default_model_lock() -> Result<(String, Arc<ModelStreamLock>), LlamaCoreError>Get the lock for the default model (first available model). Used when the request does not specify a model name.