Llama constructor

Llama(
  1. LlamaController controller
)

Constructs an instance of Llama.

Initializes the Llama with the provided parameters and sets up the listener.

Parameters:

  • controller: The parameters required for the Llama model.

Implementation

Llama(this.controller);