pub async fn process_non_streaming_response(
rx: &mut Receiver<Response>,
state: SharedMistralRsState,
) -> ChatCompletionResponderExpand description
Process non-streaming chat completion responses.
pub async fn process_non_streaming_response(
rx: &mut Receiver<Response>,
state: SharedMistralRsState,
) -> ChatCompletionResponderProcess non-streaming chat completion responses.