Spaces:
Runtime error
Runtime error
File size: 16,638 Bytes
1189124 fbef5e8 1778c9e 15094ac 1778c9e f36471e 15094ac f36471e 15094ac 893b0be f36471e 1778c9e 5c5d81b 936176c 1778c9e 9b4caaa 936176c 5c5d81b 1778c9e 1189124 45307d1 1778c9e f36471e 1778c9e f36471e 1778c9e 1189124 be78046 4d8160c ed1ed33 9b4caaa 28faefd ed1ed33 4d8160c 1189124 9b4caaa 25c63d0 9b4caaa 25c63d0 1189124 936176c 1189124 28faefd 1189124 19d1d46 654f56a 28faefd b1426d3 654f56a 1189124 8c5a2cf dd66861 1189124 dd66861 1189124 dd66861 60216ec d7cd63b 5c5d81b 8c5a2cf 1189124 19d1d46 28faefd 19d1d46 6bb767e 28faefd 6bb767e 1778c9e 28faefd 5c5d81b 1778c9e 5c5d81b 1778c9e 5c5d81b 1189124 28faefd 1189124 28faefd 1189124 5c5d81b 936176c 8c5a2cf 1189124 64cfbce 2d80f1b 64cfbce 28faefd 5c5d81b 1189124 97c4991 893b0be 97c4991 5c5d81b 28faefd 1778c9e 09f13ea fbef5e8 09f13ea fbef5e8 5c5d81b 09f13ea fbef5e8 09f13ea 5c5d81b 97c4991 f36471e 1778c9e f36471e 1778c9e f36471e 5c5d81b f36471e 5c5d81b f36471e 1778c9e f36471e 1778c9e f36471e 5c5d81b f36471e 5c5d81b 1189124 19d1d46 5c5d81b 28faefd 5c5d81b 28faefd f36471e 28faefd 5c5d81b 28faefd 1778c9e 28faefd 1778c9e f36471e 1778c9e f36471e 28faefd 5c5d81b 1189124 1778c9e f9e5aae 651ed79 f9e5aae 1778c9e f9e5aae 28faefd f9e5aae 651ed79 28faefd 5c5d81b 28faefd 5c5d81b 1189124 5c5d81b 1189124 5541896 8709c70 97c4991 8709c70 64cfbce 8709c70 7ad8848 1778c9e 2087f3e 7ad8848 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 |
<script lang="ts">
import { observe, observed, ObservedElements } from "$lib/attachments/observe.svelte.js";
import { conversations } from "$lib/state/conversations.svelte";
import { projects } from "$lib/state/projects.svelte";
import { token } from "$lib/state/token.svelte.js";
import { isHFModel } from "$lib/types.js";
import { iterate } from "$lib/utils/array.js";
import { isSystemPromptSupported } from "$lib/utils/business.svelte.js";
import { cmdOrCtrl, optOrAlt } from "$lib/utils/platform.js";
import { Popover } from "melt/components";
import IconChatLeft from "~icons/carbon/align-box-bottom-left";
import IconChatRight from "~icons/carbon/align-box-bottom-right";
import IconExternal from "~icons/carbon/arrow-up-right";
import IconWaterfall from "~icons/carbon/chart-waterfall";
import IconChevronDown from "~icons/carbon/chevron-down";
import IconCode from "~icons/carbon/code";
import IconCompare from "~icons/carbon/compare";
import IconInfo from "~icons/carbon/information";
import IconSettings from "~icons/carbon/settings";
import IconShare from "~icons/carbon/share";
import { default as IconDelete } from "~icons/carbon/trash-can";
import { showShareModal } from "../share-modal.svelte";
import Toaster from "../toaster.svelte";
import Tooltip from "../tooltip.svelte";
import PlaygroundConversationHeader from "./conversation-header.svelte";
import PlaygroundConversation from "./conversation.svelte";
import GenerationConfig from "./generation-config.svelte";
import HFTokenModal from "./hf-token-modal.svelte";
import ModelSelectorModal from "./model-selector-modal.svelte";
import ModelSelector from "./model-selector.svelte";
import ProjectSelect from "./project-select.svelte";
import { TEST_IDS } from "$lib/constants.js";
const multiple = $derived(conversations.active.length > 1);
let viewCode = $state(false);
let viewSettings = $state(false);
const loading = $derived(conversations.generating);
let selectCompareModelOpen = $state(false);
const systemPromptSupported = $derived(conversations.active.some(c => isSystemPromptSupported(c.model)));
const compareActive = $derived(conversations.active.length === 2);
function onKeydown(event: KeyboardEvent) {
if ((event.ctrlKey || event.metaKey) && event.key === "Enter") {
conversations.genNextMessages();
}
if ((event.ctrlKey || event.metaKey) && event.altKey && event.key === "l") {
conversations.genNextMessages("left");
}
if ((event.ctrlKey || event.metaKey) && event.altKey && event.key === "r") {
conversations.genNextMessages("right");
}
}
function handleTokenSubmit(e: Event) {
const form = e.target as HTMLFormElement;
const formData = new FormData(form);
const submittedHfToken = (formData.get("hf-token") as string).trim() ?? "";
const RE_HF_TOKEN = /\bhf_[a-zA-Z0-9]{34}\b/;
if (RE_HF_TOKEN.test(submittedHfToken)) {
token.value = submittedHfToken;
// TODO: Only submit when previous action was trying to submit
// submit();
} else {
alert("Please provide a valid HF token.");
}
}
</script>
{#if token.showModal}
<HFTokenModal
bind:storeLocallyHfToken={token.writeToLocalStorage}
on:close={() => (token.showModal = false)}
on:submit={handleTokenSubmit}
/>
{/if}
<!-- svelte-ignore a11y_no_static_element_interactions -->
<div
class={[
"motion-safe:animate-fade-in grid h-dvh divide-gray-200 overflow-hidden bg-gray-100/50",
"max-md:grid-rows-[120px_1fr] max-md:divide-y",
"dark:divide-gray-800 dark:bg-gray-900 dark:text-gray-300 dark:[color-scheme:dark]",
compareActive
? "md:grid-cols-[clamp(220px,20%,350px)_minmax(0,1fr)]"
: "md:grid-cols-[clamp(220px,20%,350px)_minmax(0,1fr)_clamp(270px,25%,300px)]",
]}
>
<!-- First column -->
<div class="flex flex-col gap-2 overflow-y-auto py-3 pr-3 max-md:pl-3">
<div class="md:pl-2">
<ProjectSelect />
</div>
<div
class="relative flex flex-1 flex-col gap-6 overflow-y-hidden rounded-r-xl border-x border-y border-gray-200/80 bg-linear-to-b from-white via-white p-3 shadow-xs max-md:rounded-xl dark:border-white/5 dark:from-gray-800/40 dark:via-gray-800/40"
class:pointer-events-none={!systemPromptSupported}
class:opacity-70={!systemPromptSupported}
>
<div class="pb-2 text-sm font-semibold uppercase">system</div>
<textarea
name=""
id=""
placeholder={systemPromptSupported
? "Enter a custom prompt"
: "System prompt is not supported with the chosen model."}
value={systemPromptSupported ? (projects.current?.systemMessage ?? "") : ""}
onchange={e => {
if (!projects.current) return;
projects.update({ ...projects.current, systemMessage: e.currentTarget.value });
}}
class="absolute inset-x-0 bottom-0 h-full resize-none bg-transparent px-3 pt-10 text-sm outline-hidden"
></textarea>
</div>
</div>
<!-- Center column -->
<div class="relative flex h-full flex-col overflow-hidden" onkeydown={onKeydown}>
<Toaster />
<div
class="flex flex-1 divide-x divide-gray-200 overflow-x-auto overflow-y-hidden *:w-full max-sm:w-dvw md:pt-3 dark:divide-gray-800"
>
{#each conversations.active as conversation, conversationIdx (conversation)}
<div class="flex h-full flex-col overflow-hidden max-sm:min-w-full">
{#if compareActive}
<PlaygroundConversationHeader
{conversationIdx}
{conversation}
on:close={() => conversations.delete(conversation.data)}
/>
{/if}
<PlaygroundConversation {conversation} {viewCode} onCloseCode={() => (viewCode = false)} />
</div>
{/each}
</div>
<!-- Bottom bar -->
<div
class="relative mt-auto flex h-20 shrink-0 items-center justify-center gap-2 overflow-hidden border-t border-gray-200 px-3 whitespace-nowrap dark:border-gray-800"
>
<div class="flex flex-1 justify-start gap-x-2">
{#if !compareActive}
<button
type="button"
onclick={() => (viewSettings = !viewSettings)}
class="flex h-[39px] items-center gap-1 rounded-lg border border-gray-200 bg-white px-3 py-2.5 text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-4 focus:ring-gray-100 focus:outline-hidden md:hidden dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700"
>
<div class="text-black dark:text-white">
<IconSettings />
</div>
{!viewSettings ? "Settings" : "Hide"}
</button>
{/if}
<Tooltip>
{#snippet trigger(tooltip)}
<button
type="button"
onclick={conversations.reset}
class="btn size-[39px]"
{...tooltip.trigger}
data-test-id={TEST_IDS.reset}
>
<IconDelete />
</button>
{/snippet}
Clear conversation
</Tooltip>
</div>
<div
class="pointer-events-none absolute inset-0 flex flex-1 shrink-0 items-center justify-around gap-x-8 text-center text-sm text-gray-500 max-xl:hidden"
>
{#each iterate(conversations.generationStats) as [{ latency, tokens }, isLast]}
{@const baLeft = observed["bottom-actions"].rect.left}
{@const tceRight = observed["token-count-end"].offset.right}
<span
style:translate={isLast ? (baLeft - 12 < tceRight ? baLeft - tceRight - 12 + "px" : "") : undefined}
{@attach observe({
name: isLast ? ObservedElements.TokenCountEnd : ObservedElements.TokenCountStart,
useRaf: true,
})}
>
{tokens} tokens · Latency {latency}ms
</span>
{/each}
</div>
<div class="flex flex-1 justify-end gap-x-2">
<button
type="button"
onclick={() => (viewCode = !viewCode)}
class="btn"
{@attach observe({ name: ObservedElements.BottomActions, useRaf: true })}
>
<IconCode />
{!viewCode ? "View Code" : "Hide Code"}
</button>
<div class="flex">
<button
onclick={() => {
viewCode = false;
conversations.genOrStop();
}}
type="button"
class={[
"flex h-[39px] items-center justify-center gap-2 rounded-l-lg px-3.5 py-2.5 text-sm font-medium text-white focus:ring-4 focus:ring-gray-300 focus:outline-hidden dark:focus:ring-gray-700",
multiple ? "rounded-l-lg" : "rounded-lg",
loading && "bg-red-900 hover:bg-red-800 dark:bg-red-600 dark:hover:bg-red-700",
!loading && "bg-black hover:bg-gray-900 dark:bg-blue-600 dark:hover:bg-blue-700",
]}
>
{#if loading}
<div class="flex flex-none items-center gap-[3px]">
<span class="mr-2">
{#if conversations.active.some(c => c.data.streaming)}
Stop
{:else}
Cancel
{/if}
</span>
{#each { length: 3 } as _, i}
<div
class="h-1 w-1 flex-none animate-bounce rounded-full bg-gray-500 dark:bg-gray-100"
style="animation-delay: {(i + 1) * 0.25}s;"
></div>
{/each}
</div>
{:else}
{multiple ? "Run all" : "Run"}
<span
class="inline-flex gap-0.5 rounded-sm border border-white/20 bg-white/10 px-0.5 text-xs text-white/70"
>
{cmdOrCtrl}<span class="translate-y-px">↵</span>
</span>
{/if}
</button>
{#if multiple}
<div class="w-[1px] bg-gray-800" aria-hidden="true"></div>
<Popover
floatingConfig={{
computePosition: {
placement: "top-end",
},
}}
>
{#snippet children(popover)}
<button
class={[
"flex items-center justify-center gap-2 rounded-r-lg px-1.5 text-sm font-medium text-white",
"focus:ring-4 focus:ring-gray-300 focus:outline-hidden dark:focus:ring-gray-700",
loading && "bg-red-900 hover:bg-red-800 dark:bg-red-600 dark:hover:bg-red-700",
!loading && "bg-black hover:bg-gray-900 dark:bg-blue-600 dark:hover:bg-blue-700",
]}
{...popover.trigger}
disabled={loading}
>
<IconChevronDown />
</button>
<div
class={["flex-col rounded-lg bg-white px-2 py-1 shadow dark:bg-gray-800", popover.open && "flex"]}
{...popover.content}
>
<button
class="group py-1 text-sm"
onclick={() => {
viewCode = false;
conversations.genOrStop("left");
popover.open = false;
}}
>
<div
class="flex items-center gap-2 rounded p-1 group-hover:bg-gray-200 dark:group-hover:bg-gray-700"
>
<IconChatLeft />
<span class="mr-2">Only run left conversation</span>
<span class="ml-auto rounded-sm border border-white/20 bg-gray-500/10 px-0.5 text-xs">
{cmdOrCtrl}
{optOrAlt} L
</span>
</div>
</button>
<button
class="group py-1 text-sm"
onclick={() => {
viewCode = false;
conversations.genOrStop("right");
popover.open = false;
}}
>
<div
class="flex items-center gap-2 rounded p-1 group-hover:bg-gray-200 dark:group-hover:bg-gray-700"
>
<IconChatRight />
<span class="mr-2">Only run right conversation</span>
<span class="ml-auto rounded-sm border border-white/20 bg-gray-500/10 px-0.5 text-xs">
{cmdOrCtrl}
{optOrAlt} R
</span>
</div>
</button>
</div>
{/snippet}
</Popover>
{/if}
</div>
</div>
</div>
</div>
<!-- Last column -->
{#if !compareActive}
<div class={[viewSettings && "max-md:fixed max-md:inset-0 max-md:bottom-20 max-md:backdrop-blur-lg"]}>
<div
class={[
"flex h-full flex-col p-3 max-md:absolute max-md:inset-x-0 max-md:bottom-0",
viewSettings ? "max-md:fixed" : "max-md:hidden",
]}
>
<div
class="flex flex-1 flex-col gap-6 overflow-y-hidden rounded-xl border border-gray-200/80 bg-white bg-linear-to-b from-white via-white p-3 shadow-xs dark:border-white/5 dark:bg-gray-900 dark:from-gray-800/40 dark:via-gray-800/40"
>
<div class="flex flex-col gap-2">
<ModelSelector conversation={conversations.active[0]!} />
<div class="flex items-center gap-2 self-end px-2 text-xs whitespace-nowrap">
<button
class="flex items-center gap-0.5 text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300"
onclick={() => (selectCompareModelOpen = true)}
>
<IconCompare />
Compare
</button>
{#if isHFModel(conversations.active[0]?.model)}
<a
href="https://huggingface.co/{conversations.active[0]?.model.id}?inference_provider={conversations
.active[0].data.provider}"
target="_blank"
class="flex items-center gap-0.5 text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300"
>
<IconExternal class="text-2xs" />
Model page
</a>
{/if}
</div>
</div>
<GenerationConfig conversation={conversations.active[0]!} />
<div class="mt-auto flex items-center justify-end gap-4 whitespace-nowrap">
<button
onclick={() => projects.current && showShareModal(projects.current)}
class="flex items-center gap-1 text-sm text-gray-500 underline decoration-gray-300 hover:text-gray-800 dark:text-gray-400 dark:decoration-gray-600 dark:hover:text-gray-200"
>
<IconShare class="text-xs" />
Share
</button>
<a
class="flex items-center gap-1 text-sm text-gray-500 underline decoration-gray-300 hover:text-gray-800 dark:text-gray-400 dark:decoration-gray-600 dark:hover:text-gray-200"
href="https://huggingface.co/spaces/victor/providers-metrics"
target="_blank"
>
<IconWaterfall class="text-xs" />
Metrics
</a>
{#if token.value}
<button
onclick={token.reset}
class="flex items-center gap-1 text-sm text-gray-500 underline decoration-gray-300 hover:text-gray-800 dark:text-gray-400 dark:decoration-gray-600 dark:hover:text-gray-200"
>
<svg xmlns="http://www.w3.org/2000/svg" class="text-xs" width="1em" height="1em" viewBox="0 0 32 32">
<path
fill="currentColor"
d="M23.216 4H26V2h-7v6h2V5.096A11.96 11.96 0 0 1 28 16c0 6.617-5.383 12-12 12v2c7.72 0 14-6.28 14-14c0-5.009-2.632-9.512-6.784-12"
/>
<path fill="currentColor" d="M16 20a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M15 9h2v9h-2z" /><path
fill="currentColor"
d="M16 4V2C8.28 2 2 8.28 2 16c0 4.977 2.607 9.494 6.784 12H6v2h7v-6h-2v2.903A11.97 11.97 0 0 1 4 16C4 9.383 9.383 4 16 4"
/>
</svg>
Reset token
</button>
{/if}
</div>
<div class="mt-auto hidden">
<div class="mb-3 flex items-center justify-between gap-2">
<label for="default-range" class="block text-sm font-medium text-gray-900 dark:text-white"
>API Quota</label
>
<span
class="rounded-sm bg-gray-100 px-1.5 py-0.5 text-xs font-medium text-gray-800 dark:bg-gray-700 dark:text-gray-300"
>Free</span
>
<div class="ml-auto w-12 text-right text-sm">76%</div>
</div>
<div class="h-2 w-full rounded-full bg-gray-200 dark:bg-gray-700">
<div class="h-2 rounded-full bg-black dark:bg-gray-400" style="width: 75%"></div>
</div>
</div>
</div>
</div>
</div>
{/if}
</div>
<div class="absolute bottom-6 left-4 flex items-center gap-2 max-md:hidden">
<a
target="_blank"
href="https://huggingface.co/docs/inference-providers/tasks/chat-completion"
class="flex items-center gap-1 text-sm text-gray-500 underline decoration-gray-300 hover:text-gray-800 dark:text-gray-400 dark:decoration-gray-600 dark:hover:text-gray-200"
>
<div class="text-xs">
<IconInfo />
</div>
View Docs
</a>
<span class="dark:text-gray-500">·</span>
<a
target="_blank"
href="https://huggingface.co/spaces/huggingface/inference-playground/discussions/1"
class="flex items-center gap-1 text-sm text-gray-500 underline decoration-gray-300 hover:text-gray-800 dark:text-gray-400 dark:decoration-gray-600 dark:hover:text-gray-200"
>
Give feedback
</a>
</div>
{#if selectCompareModelOpen}
<ModelSelectorModal
conversation={conversations.active[0]!}
onModelSelect={m => {
const data = {
...conversations.active[0]?.data,
projectId: projects.activeId,
modelId: m,
};
delete data.id;
conversations.create(data);
}}
onClose={() => (selectCompareModelOpen = false)}
/>
{/if}
|