Skip to main content

select_rlm_model

Function select_rlm_model 

Source
pub fn select_rlm_model(
    config: &RlmConfig,
    purpose: RlmModelPurpose,
    caller_model: &str,
    score: impl Fn(&str) -> Option<f64>,
) -> RlmModelChoice
Expand description

Select the model for an RLM call surface.