Searched refs:rephraseModel (Results 1 – 2 of 2) sorted by relevance
14 public $rephraseModel; variable in dokuwiki\\plugin\\aichat\\ModelFactory36 $this->rephraseModel = null;77 if ($this->rephraseModel instanceof ChatInterface) {78 return $this->rephraseModel;80 $this->rephraseModel = $this->loadModel('chat', $this->config['rephrasemodel']);81 $this->rephraseModel->setDebug($this->debug);82 return $this->rephraseModel;
72 $this->helper->factory->rephraseModel = clone $model['instance'];