pub fn infer(
model: InferencingModel<'_>,
prompt: &str,
) -> Result<InferencingResult, Error>
Expand description
Perform inferencing using the provided model and prompt
pub fn infer(
model: InferencingModel<'_>,
prompt: &str,
) -> Result<InferencingResult, Error>
Perform inferencing using the provided model and prompt