Home
last modified time | relevance | path

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

/plugin/dokullm/
H A DLlmClient.php59 private $top_p; variable in dokuwiki\\plugin\\dokullm\\LlmClient
96 …l, $api_key = null, $model = null, $timeout = null, $temperature = null, $top_p = null, $top_k = n… argument
103 $this->top_p = $top_p;
335 if ($this->top_p !== null) {
336 $data['top_p'] = $this->top_p;
/plugin/llm/llm.js/
Dllm.js1top_p:s=.9,temp:o=1,repeat_last_n:n=32,repeat_penalty:l=1.2,context_size:c=256,grammar:i="",json_s… property
D117.js1 …ed")})(e.data.prompt,e.data.seed,e.data.max_token_len,e.data.top_k,e.data.top_p,e.data.temp,e.data…
/plugin/dokullm/conf/
H A Ddefault.php79 $conf['top_p'] = 0.8;