baseUrl property

String get baseUrl

Base URL for API calls.

Implementation

String get baseUrl {
  if (apiBaseUrl != null && apiBaseUrl!.isNotEmpty) {
    return apiBaseUrl!;
  }
  return 'https://inference.eu-west-1.dataleon.ai';
}