Home
last modified time | relevance | path

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

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