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