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

dynamic iterations

This commit is contained in:
Laura
2025-08-23 15:19:43 +02:00
parent bbe5a54ce1
commit d026c57ad2
8 changed files with 50 additions and 24 deletions

View File

@@ -532,7 +532,7 @@ body:not(.loading) #loading {
}
.statistics .ttft::before {
background-image: url(icons/ttft.svg);
background-image: url(icons/time.svg);
}
.statistics .tps::before {
@@ -789,13 +789,18 @@ input.invalid {
}
#reasoning-tokens,
#temperature {
#temperature,
#iterations {
appearance: textfield;
width: 48px;
padding: 2px 4px;
text-align: right;
}
#iterations {
width: 30px;
}
label[for="role"] {
background-image: url(icons/user.svg);
}
@@ -812,6 +817,10 @@ label[for="temperature"] {
background-image: url(icons/temperature.svg);
}
label[for="iterations"] {
background-image: url(icons/time.svg);
}
label[for="reasoning-effort"] {
background-image: url(icons/reasoning.svg);
}