pub fn handle_error(
state: SharedMistralRsState,
e: Box<dyn Error + Send + Sync + 'static>,
) -> ChatCompletionResponderExpand description
Handle route / generation errors and logging them.
pub fn handle_error(
state: SharedMistralRsState,
e: Box<dyn Error + Send + Sync + 'static>,
) -> ChatCompletionResponderHandle route / generation errors and logging them.