Searched refs:chatModel (Results 1 – 3 of 3) sorted by relevance
13 public $chatModel; variable in dokuwiki\\plugin\\aichat\\ModelFactory35 $this->chatModel = null;61 if ($this->chatModel instanceof ChatInterface) {62 return $this->chatModel;64 $this->chatModel = $this->loadModel('chat', $this->config['chatmodel']);65 $this->chatModel->setDebug($this->debug);66 return $this->chatModel;
24 protected $chatModel; variable in dokuwiki\\plugin\\aichat\\Embeddings50 * @param ChatInterface $chatModel56 ChatInterface $chatModel, argument62 $this->chatModel = $chatModel;134 $tokenlimit = $this->chatModel->getMaxInputTokenLength();141 …floor($this->chatModel->getMaxInputTokenLength() / 4), // be able to fit 4 chunks into the max inp…300 $tokenlimit = $limits ? $this->chatModel->getMaxInputTokenLength() : 0;408 $tokenlimit = $limits ? $this->chatModel->getMaxInputTokenLength() : 0;
71 $this->helper->factory->chatModel = $model['instance'];