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