mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-09 09:19:54 +00:00
dynamic iterations
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user