Skip to main content

list_models

Function list_models 

Source
pub async fn list_models<TG, IG>(
    _state: Data<Arc<RwLock<Master<TG, IG>>>>,
) -> HttpResponse
where TG: TextGenerator + Send + Sync + 'static, IG: ImageGenerator + Send + Sync + 'static,