summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htroot/LLMSelection_p.html4
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>