Add token reduction options and context length cap
This commit is contained in:
parent
f56057c042
commit
183ca8f355
4 changed files with 79 additions and 12 deletions
|
@ -144,6 +144,17 @@
|
|||
<input type="checkbox" id="collapse-whitespace"> Collapse long whitespace
|
||||
</label>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" id="token-reduction"> Aggressive token reduction
|
||||
</label>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label class="label" for="context-length">Context length</label>
|
||||
<div class="control">
|
||||
<input class="input" type="number" id="context-length">
|
||||
</div>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label class="label" for="max_tokens">Max tokens</label>
|
||||
<div class="control">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue