Home
last modified time | relevance | path

Searched refs:getChatModel (Results 1 – 5 of 5) sorted by relevance

/plugin/aichat/
H A Dhelper.php94 public function getChatModel() function in helper_plugin_aichat
96 return $this->factory->getChatModel();
129 $this->getChatModel(),
234 $this->getChatModel(),
239 $answer = $this->getChatModel()->getAnswer($messages);
H A DModelFactory.php48 $this->getChatModel()->setDebug($debug);
59 public function getChatModel() function in dokuwiki\\plugin\\aichat\\ModelFactory
H A Daction.php88 'stats' => $helper->getChatModel()->getUsageStats()
/plugin/aichat/cli/
H A Dsimulate.php78 $this->helper->getChatModel()->resetUsageStats();
101 … ...$this->flattenStats('stats.chat', $this->helper->getChatModel()->getUsageStats()),
/plugin/aichat/_test/
H A DAbstractModelTest.php65 $model = $helper->getChatModel();