CactusAgent constructor

CactusAgent({
  1. int threads = 4,
  2. int contextSize = 2048,
  3. int batchSize = 512,
  4. int gpuLayers = 0,
})

Implementation

CactusAgent({
  this.threads = 4,
  this.contextSize = 2048,
  this.batchSize = 512,
  this.gpuLayers = 0,
});