Home
last modified time | relevance | path

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

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