fetchLoras

abstract suspend fun fetchLoras(baseUrl: String, credentials: AuthorizationCredentials): List<LoRA>(source)

Loads SDAI data through fetchLoras.

Return

Result produced by fetchLoras.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

credentials

credentials value consumed by the API.