Fixed name of the temperature parameter (#207)
This commit is contained in:
parent
01932d1ebb
commit
d2f5063e7d
@ -83,9 +83,9 @@
|
||||
class="tooltip col-span-2"
|
||||
data-tip="The higher the temperature, the more random the model output."
|
||||
>
|
||||
<label for="temp" class="label-text">Temperature - [{temp}]</label>
|
||||
<label for="temperature" class="label-text">Temperature - [{temp}]</label>
|
||||
<input
|
||||
name="temp"
|
||||
name="temperature"
|
||||
type="range"
|
||||
bind:value={temp}
|
||||
min="0.05"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user