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%;