Home
last modified time | relevance | path

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

/plugin/dokullm/
H A DLlmClient.php62 private $top_k; variable in dokuwiki\\plugin\\dokullm\\LlmClient
96 …ull, $model = null, $timeout = null, $temperature = null, $top_p = null, $top_k = null, $min_p = n… argument
104 $this->top_k = $top_k;
338 if ($this->top_k !== null) {
339 $data['top_k'] = $this->top_k;
/plugin/llm/llm.js/
Dllm.js1top_k:r=40,top_p:s=.9,temp:o=1,repeat_last_n:n=32,repeat_penalty:l=1.2,context_size:c=256,grammar:… property
D117.js1 …odel: Completed")})(e.data.prompt,e.data.seed,e.data.max_token_len,e.data.top_k,e.data.top_p,e.dat…
/plugin/dokullm/conf/
H A Ddefault.php90 $conf['top_k'] = 20;