diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-01-04 13:20:05 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-01-04 13:20:05 +0100 |
| commit | dedd15d2b3ba600900bab06806618ccef25f6ec5 (patch) | |
| tree | aadf9cb67037555abcf993f5e0b645839707a403 /htroot/LLMSelection_p.html | |
| parent | 543775ff790ede321f66428f3f42fc37169d648f (diff) | |
increased default context size
Diffstat (limited to 'htroot/LLMSelection_p.html')
| -rw-r--r-- | htroot/LLMSelection_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/LLMSelection_p.html b/htroot/LLMSelection_p.html index ba1f11cfc..a175b1b96 100644 --- a/htroot/LLMSelection_p.html +++ b/htroot/LLMSelection_p.html @@ -1210,9 +1210,9 @@ <dt class="TableCellDark">max_tokens</dt> <dd> <select id="maxtoken" name="maxtoken" class="form-control"> - <option selected="selected">4096</option> + <option>4096</option> <option>8192</option> - <option>16384</option> + <option selected="selected">16384</option> <option>32768</option> <option>65536</option> <option>131072</option> |
