Searched refs:top_p (Results 1 – 4 of 4) sorted by relevance
| /plugin/dokullm/ |
| H A D | LlmClient.php | 59 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/ |
| D | llm.js | 1 …top_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
|
| D | 117.js | 1 …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 D | default.php | 79 $conf['top_p'] = 0.8;
|