mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-08 17:06:42 +00:00
temperature 0-2
This commit is contained in:
@@ -47,8 +47,8 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="option">
|
||||
<label for="temperature" title="Temperature (0 - 1)"></label>
|
||||
<input id="temperature" type="number" min="0" max="1" step="0.05" value="0.85" />
|
||||
<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 none">
|
||||
<label for="reasoning-effort" title="Reasoning Effort"></label>
|
||||
|
Reference in New Issue
Block a user