chat_completions_handler

Function chat_completions_handler 

Source
pub async fn chat_completions_handler<B, S>(
    __arg0: State<HandlerState<B, S>>,
    headers: HeaderMap,
    __arg2: Json<Value>,
) -> Result<Response, GatewayError>
where B: BqSearchBackend + Clone + Send + Sync + 'static, S: StorageLoader + StorageWriter + Clone + Send + Sync + 'static,