Searched refs:getMaxInputTokenLength (Results 1 – 6 of 6) sorted by relevance
134 $tokenlimit = $this->chatModel->getMaxInputTokenLength();141 …floor($this->chatModel->getMaxInputTokenLength() / 4), // be able to fit 4 chunks into the max inp…142 …floor($this->embedModel->getMaxInputTokenLength() * 0.9), // only use 90% of the embedding model t…300 $tokenlimit = $limits ? $this->chatModel->getMaxInputTokenLength() : 0;408 $tokenlimit = $limits ? $this->chatModel->getMaxInputTokenLength() : 0;
287 $remainingContext = $model->getMaxInputTokenLength(); // might be 0
55 public function getMaxInputTokenLength(): int; function
149 public function getMaxInputTokenLength(): int function in dokuwiki\\plugin\\aichat\\Model\\AbstractModel
16 'num_ctx' => $this->getMaxInputTokenLength() ?: 512,
17 'num_ctx' => $this->getMaxInputTokenLength() ?: 512