Home
last modified time | relevance | path

Searched refs:rephraseModel (Results 1 – 2 of 2) sorted by relevance

/plugin/aichat/
DModelFactory.php14 public $rephraseModel; variable in dokuwiki\\plugin\\aichat\\ModelFactory
36 $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;
/plugin/aichat/cli/
Dsimulate.php72 $this->helper->factory->rephraseModel = clone $model['instance'];