1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 09:19:54 +00:00

reasoning effort control

This commit is contained in:
Laura
2025-08-10 22:32:40 +02:00
parent 92be3fdd85
commit 0f9fe50781
8 changed files with 137 additions and 24 deletions

View File

@@ -87,6 +87,10 @@ body {
pointer-events: none !important;
}
.none {
display: none !important;
}
#messages {
display: flex;
flex-direction: column;
@@ -432,9 +436,10 @@ select {
padding: 2px 4px;
}
#reasoning-tokens,
#temperature {
appearance: textfield;
width: 50px;
width: 48px;
padding: 2px 4px;
text-align: right;
}
@@ -455,6 +460,14 @@ label[for="temperature"] {
background-image: url(icons/temperature.svg);
}
label[for="reasoning-effort"] {
background-image: url(icons/reasoning.svg);
}
label[for="reasoning-tokens"] {
background-image: url(icons/amount.svg);
}
#bottom {
top: -38px;
left: 50%;

View File

@@ -0,0 +1,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>

After

Width:  |  Height:  |  Size: 806 B