Fixed name of the temperature parameter (#207)

This commit is contained in:
Alex Grönholm 2023-04-21 13:50:07 +03:00 committed by GitHub
parent 01932d1ebb
commit d2f5063e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"