pub fn models_filter<T>( table: Arc<T>, ) -> impl Filter<Extract = (impl Reply,), Error = Rejection> + Clonewhere T: RoutingTable + Send + Sync + 'static,
Creates a warp filter for GET /v1/models.
GET /v1/models