Home
last modified time | relevance | path

Searched refs:getRephraseModel (Results 1 – 3 of 3) sorted by relevance

/plugin/aichat/
H A Dhelper.php102 public function getRephraseModel() function in helper_plugin_aichat
104 return $this->factory->getRephraseModel();
263 $this->getRephraseModel(),
268 return $this->getRephraseModel()->getAnswer($messages);
H A DModelFactory.php49 $this->getRephraseModel()->setDebug($debug);
75 public function getRephraseModel() function in dokuwiki\\plugin\\aichat\\ModelFactory
/plugin/aichat/cli/
H A Dsimulate.php79 $this->helper->getRephraseModel()->resetUsageStats();
100 … ...$this->flattenStats('stats.rephrase', $this->helper->getRephraseModel()->getUsageStats()),