pub async fn chatcompletions(
__arg0: ExtractedMistralRsState,
__arg1: Json<ChatCompletionRequest>,
) -> ChatCompletionResponder
Expand description
OpenAI-compatible chat completions endpoint handler.
pub async fn chatcompletions(
__arg0: ExtractedMistralRsState,
__arg1: Json<ChatCompletionRequest>,
) -> ChatCompletionResponder
OpenAI-compatible chat completions endpoint handler.