1
0
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:
Laura
2025-08-10 22:39:18 +02:00
parent ce6f125e0e
commit 5ae60e0f94
2 changed files with 4 additions and 4 deletions

View File

@@ -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>