Spaces:
Running
Running
Rm commented out section about PRO status & model deployment (#6)
Browse files
src/lib/components/Playground/Playground.svelte
CHANGED
@@ -454,30 +454,6 @@
|
|
454 |
bind:jsonMode={currentConversation.config.jsonMode}
|
455 |
bind:streaming={currentConversation.config.streaming}
|
456 |
/>
|
457 |
-
<!-- <div
|
458 |
-
class="mt-auto flex max-w-xs flex-col items-start gap-2.5 rounded-lg border bg-white p-4 text-gray-500 shadow dark:border-gray-800 dark:bg-gray-800/50 dark:text-gray-400"
|
459 |
-
role="alert"
|
460 |
-
>
|
461 |
-
<span class="text-sm font-semibold text-gray-900 dark:text-white">Get more usage</span>
|
462 |
-
<div class="text-sm font-normal">Larger models, x10 quota, and advanced features.</div>
|
463 |
-
<a
|
464 |
-
href="#"
|
465 |
-
class="inline-flex rounded-lg bg-black px-2.5 py-1.5 text-center text-xs font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-4 focus:ring-blue-300 dark:hover:bg-black dark:focus:ring-blue-800"
|
466 |
-
>Get PRO ($9/month)</a
|
467 |
-
>
|
468 |
-
</div> -->
|
469 |
-
<!-- <div
|
470 |
-
class="flex max-w-xs flex-col items-start gap-2.5 rounded-lg border bg-white p-4 text-gray-500 shadow dark:bg-gray-800 dark:text-gray-400"
|
471 |
-
role="alert"
|
472 |
-
>
|
473 |
-
<span class="text-sm font-semibold text-gray-900 dark:text-white">Deploy dedicated</span>
|
474 |
-
<div class="text-sm font-normal">Deploy your own production ready endpoint</div>
|
475 |
-
<a
|
476 |
-
href="#"
|
477 |
-
class="inline-flex rounded-lg bg-black px-2.5 py-1.5 text-center text-xs font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-4 focus:ring-blue-300 dark:hover:bg-black dark:focus:ring-blue-800"
|
478 |
-
>Deploy dedicated</a
|
479 |
-
>
|
480 |
-
</div> -->
|
481 |
<div class="mt-auto">
|
482 |
<div class="mb-3 flex items-center justify-between gap-2">
|
483 |
<label
|
|
|
454 |
bind:jsonMode={currentConversation.config.jsonMode}
|
455 |
bind:streaming={currentConversation.config.streaming}
|
456 |
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
457 |
<div class="mt-auto">
|
458 |
<div class="mb-3 flex items-center justify-between gap-2">
|
459 |
<label
|