Home
last modified time | relevance | path

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

/plugin/dokullm/
H A DLlmClient.php65 private $min_p; variable in dokuwiki\\plugin\\dokullm\\LlmClient
96 …ull, $timeout = null, $temperature = null, $top_p = null, $top_k = null, $min_p = null, $think = n… argument
105 $this->min_p = $min_p;
341 if ($this->min_p !== null) {
342 $data['min_p'] = $this->min_p;
/plugin/dokullm/conf/
H A Ddefault.php100 $conf['min_p'] = 0.0;