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