Home
last modified time | relevance | path

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

/plugin/aichat/
DTextSplitter.php131 * @param int $tokenlength length of the text in tokens
135 protected function splitString(string $text, int $tokenlength, int $chunksize): array argument
137 $numPieces = ceil($tokenlength / $chunksize);