mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-08 17:06:42 +00:00
dynamic iterations
This commit is contained in:
@@ -58,6 +58,10 @@
|
||||
<label for="temperature" title="Temperature (0 - 2)"></label>
|
||||
<input id="temperature" type="number" min="0" max="2" step="0.05" value="0.85" />
|
||||
</div>
|
||||
<div class="option">
|
||||
<label for="iterations" title="Maximum number of iterations (turns) per response"></label>
|
||||
<input id="iterations" type="number" min="1" max="50" value="3" />
|
||||
</div>
|
||||
<div class="option none">
|
||||
<label for="reasoning-effort" title="Reasoning Effort"></label>
|
||||
<select id="reasoning-effort">
|
||||
@@ -69,7 +73,7 @@
|
||||
</div>
|
||||
<div class="option none">
|
||||
<label for="reasoning-tokens" title="Maximum amount of reasoning tokens"></label>
|
||||
<input id="reasoning-tokens" type="number" min="2" max="1" step="0.05" value="0.85" />
|
||||
<input id="reasoning-tokens" type="number" min="2" max="1048576" value="1024" />
|
||||
</div>
|
||||
<div class="option group none">
|
||||
<button id="json" title="Turn on structured json output"></button>
|
||||
|
Reference in New Issue
Block a user