SpectraConfig constructor

SpectraConfig({
  1. String? geminiKey,
  2. String? openaiKey,
  3. String? claudeKey,
  4. String? grokKey,
  5. String? deepseekKey,
  6. String? geminiModel,
  7. String? openaiModel,
  8. String? claudeModel,
  9. String? grokModel,
  10. String? deepseekModel,
  11. String? preferredProvider,
})

Implementation

SpectraConfig({
  this.geminiKey,
  this.openaiKey,
  this.claudeKey,
  this.grokKey,
  this.deepseekKey,
  this.geminiModel,
  this.openaiModel,
  this.claudeModel,
  this.grokModel,
  this.deepseekModel,
  this.preferredProvider,
});