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