constructor()

in src/nodes/server/chat-completion.ts [29:33]


  constructor() {
    super();
    this.hf = new HfInference();
    this.controller = new AbortController();
  }