Seed
@@ -75,8 +75,8 @@
type="range"
min="0"
max="1"
- bind:value={options.temperature}
step="0.05"
+ bind:value={options.temperature}
class="w-full h-2 rounded-lg appearance-none cursor-pointer dark:bg-gray-700"
/>
@@ -85,6 +85,9 @@
bind:value={options.temperature}
type="number"
class=" bg-transparent text-center w-14"
+ min="0"
+ max="1"
+ step="0.05"
/>
@@ -118,8 +121,8 @@
type="range"
min="0"
max="2"
- bind:value={options.mirostat}
step="1"
+ bind:value={options.mirostat}
class="w-full h-2 rounded-lg appearance-none cursor-pointer dark:bg-gray-700"
/>