SetupConfig constructor

SetupConfig({
  1. String router = '',
  2. String routerApiKey = '',
  3. String siteUrl = '',
  4. String upgradeUrl = '',
  5. String compute = 'auto',
  6. String hfToken = '',
  7. String modelscopeApiToken = '',
})

Implementation

SetupConfig({
  this.router = '',
  this.routerApiKey = '',
  this.siteUrl = '',
  this.upgradeUrl = '',
  this.compute = 'auto',
  this.hfToken = '',
  this.modelscopeApiToken = '',
});