1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-08 17:06:42 +00:00

cleanup styling, show reasoning, fixes & improvements

This commit is contained in:
Laura
2025-08-07 22:09:08 +02:00
parent c63d6d400f
commit 01989ef188
18 changed files with 624 additions and 209 deletions

View File

@@ -36,6 +36,13 @@
<label for="model" title="Model"></label>
<select id="model"></select>
</div>
<div class="option">
<label for="prompt" title="Prompt"></label>
<select id="prompt">
<option value="" selected>No Prompt</option>
<option value="normal">Assistant</option>
</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" />
@@ -47,6 +54,8 @@
</div>
</div>
<script src="purify.min.js"></script>
<script src="marked.min.js"></script>
<script src="chat.js"></script>
</body>
</html>