max tokens
Browse files
src/lib/components/Playground/PlaygroundOptions.svelte
CHANGED
@@ -57,7 +57,7 @@
|
|
57 |
class="w-20 rounded border px-1 py-0.5 text-right text-sm"
|
58 |
bind:value={maxTokens}
|
59 |
min="0"
|
60 |
-
max="
|
61 |
step="512"
|
62 |
/>
|
63 |
</div>
|
@@ -66,7 +66,7 @@
|
|
66 |
type="range"
|
67 |
bind:value={maxTokens}
|
68 |
min="0"
|
69 |
-
max="
|
70 |
step="512"
|
71 |
class="h-2 w-full cursor-pointer appearance-none rounded-lg bg-gray-200 accent-black dark:bg-gray-700"
|
72 |
/>
|
|
|
57 |
class="w-20 rounded border px-1 py-0.5 text-right text-sm"
|
58 |
bind:value={maxTokens}
|
59 |
min="0"
|
60 |
+
max="4096"
|
61 |
step="512"
|
62 |
/>
|
63 |
</div>
|
|
|
66 |
type="range"
|
67 |
bind:value={maxTokens}
|
68 |
min="0"
|
69 |
+
max="4096"
|
70 |
step="512"
|
71 |
class="h-2 w-full cursor-pointer appearance-none rounded-lg bg-gray-200 accent-black dark:bg-gray-700"
|
72 |
/>
|