Thomas G. Lopes
commited on
Commit
·
64cfbce
1
Parent(s):
aac02fe
update icons
Browse files- src/lib/components/Icons/IconCaret.svelte +0 -16
- src/lib/components/Icons/IconCode.svelte +0 -21
- src/lib/components/Icons/IconCog.svelte +0 -13
- src/lib/components/Icons/IconCompare.svelte +0 -10
- src/lib/components/Icons/IconCopyCode.svelte +0 -24
- src/lib/components/Icons/IconCross.svelte +0 -21
- src/lib/components/Icons/IconDelete.svelte +0 -21
- src/lib/components/Icons/IconInfo.svelte +0 -20
- src/lib/components/Icons/IconPlus.svelte +0 -10
- src/lib/components/Icons/IconSearch.svelte +0 -18
- src/lib/components/Icons/IconStar.svelte +0 -22
- src/lib/components/Icons/IconThrashcan.svelte +0 -21
- src/lib/components/InferencePlayground/InferencePlayground.svelte +12 -8
- src/lib/components/InferencePlayground/InferencePlaygroundConversation.svelte +5 -2
- src/lib/components/InferencePlayground/InferencePlaygroundConversationHeader.svelte +1 -1
- src/lib/components/InferencePlayground/InferencePlaygroundHFTokenModal.svelte +4 -2
- src/lib/components/InferencePlayground/InferencePlaygroundModelSelector.svelte +6 -2
- src/lib/components/InferencePlayground/InferencePlaygroundModelSelectorModal.svelte +8 -4
- src/lib/components/InferencePlayground/InferencePlaygroundProjectSelect.svelte +8 -4
- src/lib/components/InferencePlayground/InferencePlaygroundProviderSelect.svelte +6 -2
src/lib/components/Icons/IconCaret.svelte
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
<script lang="ts">
|
2 |
-
export let classNames = "";
|
3 |
-
</script>
|
4 |
-
|
5 |
-
<svg
|
6 |
-
class={classNames}
|
7 |
-
xmlns="http://www.w3.org/2000/svg"
|
8 |
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
9 |
-
aria-hidden="true"
|
10 |
-
role="img"
|
11 |
-
width="1em"
|
12 |
-
height="1em"
|
13 |
-
preserveAspectRatio="xMidYMid meet"
|
14 |
-
viewBox="0 0 24 24"
|
15 |
-
><path d="M16.293 9.293L12 13.586L7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z" fill="currentColor" />
|
16 |
-
</svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/lib/components/Icons/IconCode.svelte
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
<script lang="ts">
|
2 |
-
export let classNames = "";
|
3 |
-
</script>
|
4 |
-
|
5 |
-
<svg
|
6 |
-
class={classNames}
|
7 |
-
xmlns="http://www.w3.org/2000/svg"
|
8 |
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
9 |
-
aria-hidden="true"
|
10 |
-
focusable="false"
|
11 |
-
role="img"
|
12 |
-
width="1em"
|
13 |
-
height="1em"
|
14 |
-
preserveAspectRatio="xMidYMid meet"
|
15 |
-
viewBox="0 0 32 32"
|
16 |
-
style="transform: rotate(360deg);"
|
17 |
-
>
|
18 |
-
<path d="M31 16l-7 7l-1.41-1.41L28.17 16l-5.58-5.59L24 9l7 7z" fill="currentColor" />
|
19 |
-
<path d="M1 16l7-7l1.41 1.41L3.83 16l5.58 5.59L8 23l-7-7z" fill="currentColor" />
|
20 |
-
<path d="M12.419 25.484L17.639 6l1.932.518L14.35 26z" fill="currentColor" />
|
21 |
-
</svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/lib/components/Icons/IconCog.svelte
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
<script lang="ts">
|
2 |
-
export let classNames = "";
|
3 |
-
</script>
|
4 |
-
|
5 |
-
<svg class={classNames} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"
|
6 |
-
><path
|
7 |
-
fill="currentColor"
|
8 |
-
d="M27 16.76v-1.53l1.92-1.68A2 2 0 0 0 29.3 11l-2.36-4a2 2 0 0 0-1.73-1a2 2 0 0 0-.64.1l-2.43.82a11.35 11.35 0 0 0-1.31-.75l-.51-2.52a2 2 0 0 0-2-1.61h-4.68a2 2 0 0 0-2 1.61l-.51 2.52a11.48 11.48 0 0 0-1.32.75l-2.38-.86A2 2 0 0 0 6.79 6a2 2 0 0 0-1.73 1L2.7 11a2 2 0 0 0 .41 2.51L5 15.24v1.53l-1.89 1.68A2 2 0 0 0 2.7 21l2.36 4a2 2 0 0 0 1.73 1a2 2 0 0 0 .64-.1l2.43-.82a11.35 11.35 0 0 0 1.31.75l.51 2.52a2 2 0 0 0 2 1.61h4.72a2 2 0 0 0 2-1.61l.51-2.52a11.48 11.48 0 0 0 1.32-.75l2.42.82a2 2 0 0 0 .64.1a2 2 0 0 0 1.73-1l2.28-4a2 2 0 0 0-.41-2.51ZM25.21 24l-3.43-1.16a8.86 8.86 0 0 1-2.71 1.57L18.36 28h-4.72l-.71-3.55a9.36 9.36 0 0 1-2.7-1.57L6.79 24l-2.36-4l2.72-2.4a8.9 8.9 0 0 1 0-3.13L4.43 12l2.36-4l3.43 1.16a8.86 8.86 0 0 1 2.71-1.57L13.64 4h4.72l.71 3.55a9.36 9.36 0 0 1 2.7 1.57L25.21 8l2.36 4l-2.72 2.4a8.9 8.9 0 0 1 0 3.13L27.57 20Z"
|
9 |
-
/><path
|
10 |
-
fill="currentColor"
|
11 |
-
d="M16 22a6 6 0 1 1 6-6a5.94 5.94 0 0 1-6 6Zm0-10a3.91 3.91 0 0 0-4 4a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4Z"
|
12 |
-
/></svg
|
13 |
-
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/lib/components/Icons/IconCompare.svelte
DELETED
@@ -1,10 +0,0 @@
|
|
1 |
-
<script lang="ts">
|
2 |
-
export let classNames = "";
|
3 |
-
</script>
|
4 |
-
|
5 |
-
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32" class={classNames}
|
6 |
-
><path
|
7 |
-
fill="currentColor"
|
8 |
-
d="M28 6H18V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h10v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2ZM4 15h6.17l-2.58 2.59L9 19l5-5l-5-5l-1.41 1.41L10.17 13H4V4h12v20H4Zm12 13v-2a2 2 0 0 0 2-2V8h10v9h-6.17l2.58-2.59L23 13l-5 5l5 5l1.41-1.41L21.83 19H28v9Z"
|
9 |
-
/></svg
|
10 |
-
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/lib/components/Icons/IconCopyCode.svelte
DELETED
@@ -1,24 +0,0 @@
|
|
1 |
-
<script lang="ts">
|
2 |
-
export let classNames = "";
|
3 |
-
</script>
|
4 |
-
|
5 |
-
<svg
|
6 |
-
class={classNames}
|
7 |
-
xmlns="http://www.w3.org/2000/svg"
|
8 |
-
aria-hidden="true"
|
9 |
-
fill="currentColor"
|
10 |
-
focusable="false"
|
11 |
-
role="img"
|
12 |
-
width="0.9em"
|
13 |
-
height="0.9em"
|
14 |
-
preserveAspectRatio="xMidYMid meet"
|
15 |
-
viewBox="0 0 32 32"
|
16 |
-
><path
|
17 |
-
d="M28,10V28H10V10H28m0-2H10a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2Z"
|
18 |
-
transform="translate(0)"
|
19 |
-
></path><path d="M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z" transform="translate(0)"></path><rect
|
20 |
-
fill="none"
|
21 |
-
width="32"
|
22 |
-
height="32"
|
23 |
-
></rect></svg
|
24 |
-
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/lib/components/Icons/IconCross.svelte
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
<script lang="ts">
|
2 |
-
export let classNames = "";
|
3 |
-
</script>
|
4 |
-
|
5 |
-
<svg
|
6 |
-
class={classNames}
|
7 |
-
xmlns="http://www.w3.org/2000/svg"
|
8 |
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
9 |
-
aria-hidden="true"
|
10 |
-
focusable="false"
|
11 |
-
role="img"
|
12 |
-
width="1.1em"
|
13 |
-
height="1.1em"
|
14 |
-
preserveAspectRatio="xMidYMid meet"
|
15 |
-
viewBox="0 0 32 32"
|
16 |
-
>
|
17 |
-
<path
|
18 |
-
d="M24 9.4L22.6 8L16 14.6L9.4 8L8 9.4l6.6 6.6L8 22.6L9.4 24l6.6-6.6l6.6 6.6l1.4-1.4l-6.6-6.6L24 9.4z"
|
19 |
-
fill="currentColor"
|
20 |
-
/>
|
21 |
-
</svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/lib/components/Icons/IconDelete.svelte
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
<script lang="ts">
|
2 |
-
export let classNames = "";
|
3 |
-
</script>
|
4 |
-
|
5 |
-
<svg
|
6 |
-
class={classNames}
|
7 |
-
xmlns="http://www.w3.org/2000/svg"
|
8 |
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
9 |
-
aria-hidden="true"
|
10 |
-
focusable="false"
|
11 |
-
role="img"
|
12 |
-
width="1em"
|
13 |
-
height="1em"
|
14 |
-
preserveAspectRatio="xMidYMid meet"
|
15 |
-
viewBox="0 0 32 32"
|
16 |
-
>
|
17 |
-
<path d="M12 12h2v12h-2z" fill="currentColor" /><path d="M18 12h2v12h-2z" fill="currentColor" /><path
|
18 |
-
d="M4 6v2h2v20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8h2V6zm4 22V8h16v20z"
|
19 |
-
fill="currentColor"
|
20 |
-
/><path d="M12 2h8v2h-8z" fill="currentColor" />
|
21 |
-
</svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/lib/components/Icons/IconInfo.svelte
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
<script lang="ts">
|
2 |
-
export let classNames = "";
|
3 |
-
</script>
|
4 |
-
|
5 |
-
<svg
|
6 |
-
class={classNames}
|
7 |
-
xmlns="http://www.w3.org/2000/svg"
|
8 |
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
9 |
-
aria-hidden="true"
|
10 |
-
focusable="false"
|
11 |
-
role="img"
|
12 |
-
width="1em"
|
13 |
-
height="1em"
|
14 |
-
preserveAspectRatio="xMidYMid meet"
|
15 |
-
viewBox="0 0 32 32"
|
16 |
-
>
|
17 |
-
<path d="M17 22v-8h-4v2h2v6h-3v2h8v-2h-3z" fill="currentColor" />
|
18 |
-
<path d="M16 8a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 8z" fill="currentColor" />
|
19 |
-
<path d="M16 30a14 14 0 1 1 14-14a14 14 0 0 1-14 14zm0-26a12 12 0 1 0 12 12A12 12 0 0 0 16 4z" fill="currentColor" />
|
20 |
-
</svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/lib/components/Icons/IconPlus.svelte
DELETED
@@ -1,10 +0,0 @@
|
|
1 |
-
<script lang="ts">
|
2 |
-
export let classNames = "";
|
3 |
-
</script>
|
4 |
-
|
5 |
-
<svg class={classNames} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"
|
6 |
-
><path
|
7 |
-
fill="currentColor"
|
8 |
-
d="M16 2A14.172 14.172 0 0 0 2 16a14.172 14.172 0 0 0 14 14a14.172 14.172 0 0 0 14-14A14.172 14.172 0 0 0 16 2Zm8 15h-7v7h-2v-7H8v-2h7V8h2v7h7Z"
|
9 |
-
/><path fill="none" d="M24 17h-7v7h-2v-7H8v-2h7V8h2v7h7v2z" /></svg
|
10 |
-
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/lib/components/Icons/IconSearch.svelte
DELETED
@@ -1,18 +0,0 @@
|
|
1 |
-
<script lang="ts">
|
2 |
-
export let classNames = "";
|
3 |
-
</script>
|
4 |
-
|
5 |
-
<svg
|
6 |
-
class={classNames}
|
7 |
-
xmlns="http://www.w3.org/2000/svg"
|
8 |
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
9 |
-
aria-hidden="true"
|
10 |
-
focusable="false"
|
11 |
-
role="img"
|
12 |
-
width="1em"
|
13 |
-
height="1em"
|
14 |
-
preserveAspectRatio="xMidYMid meet"
|
15 |
-
viewBox="0 0 32 32"
|
16 |
-
>
|
17 |
-
<path d="M30 28.59L22.45 21A11 11 0 1 0 21 22.45L28.59 30zM5 14a9 9 0 1 1 9 9a9 9 0 0 1-9-9z" fill="currentColor" />
|
18 |
-
</svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/lib/components/Icons/IconStar.svelte
DELETED
@@ -1,22 +0,0 @@
|
|
1 |
-
<script lang="ts">
|
2 |
-
export let classNames = "";
|
3 |
-
</script>
|
4 |
-
|
5 |
-
<svg
|
6 |
-
class={classNames}
|
7 |
-
xmlns="http://www.w3.org/2000/svg"
|
8 |
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
9 |
-
aria-hidden="true"
|
10 |
-
fill="none"
|
11 |
-
focusable="false"
|
12 |
-
role="img"
|
13 |
-
width="1em"
|
14 |
-
height="1em"
|
15 |
-
preserveAspectRatio="xMidYMid meet"
|
16 |
-
viewBox="0 0 32 32"
|
17 |
-
>
|
18 |
-
<path
|
19 |
-
d="M16 6.52l2.76 5.58l.46 1l1 .15l6.16.89l-4.38 4.3l-.75.73l.18 1l1.05 6.13l-5.51-2.89L16 23l-.93.49l-5.51 2.85l1-6.13l.18-1l-.74-.77l-4.42-4.35l6.16-.89l1-.15l.46-1L16 6.52M16 2l-4.55 9.22l-10.17 1.47l7.36 7.18L6.9 30l9.1-4.78L25.1 30l-1.74-10.13l7.36-7.17l-10.17-1.48z"
|
20 |
-
fill="currentColor"
|
21 |
-
/>
|
22 |
-
</svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/lib/components/Icons/IconThrashcan.svelte
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
<script lang="ts">
|
2 |
-
export let classNames = "";
|
3 |
-
</script>
|
4 |
-
|
5 |
-
<svg
|
6 |
-
class={classNames}
|
7 |
-
style=""
|
8 |
-
xmlns="http://www.w3.org/2000/svg"
|
9 |
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
10 |
-
aria-hidden="true"
|
11 |
-
focusable="false"
|
12 |
-
role="img"
|
13 |
-
width="1em"
|
14 |
-
height="1em"
|
15 |
-
preserveAspectRatio="xMidYMid meet"
|
16 |
-
viewBox="0 0 24 24"
|
17 |
-
><path
|
18 |
-
fill="currentColor"
|
19 |
-
d="M2.131 13.63a10 10 0 0 1 .001-3.26c1.101.026 2.092-.502 2.477-1.431c.385-.93.058-2.003-.74-2.763a10 10 0 0 1 2.306-2.307c.76.798 1.834 1.125 2.763.74c.93-.385 1.458-1.376 1.431-2.477a10 10 0 0 1 3.261 0c-.026 1.102.502 2.092 1.431 2.477c.93.385 2.003.058 2.763-.74a10 10 0 0 1 2.307 2.306c-.798.76-1.125 1.834-.74 2.764s1.376 1.458 2.477 1.43a10 10 0 0 1 0 3.262c-1.102-.027-2.092.501-2.477 1.43c-.385.93-.058 2.004.74 2.764a10 10 0 0 1-2.306 2.306c-.76-.798-1.834-1.125-2.764-.74s-1.458 1.376-1.43 2.478a10 10 0 0 1-3.262-.001c.027-1.101-.502-2.092-1.43-2.477c-.93-.385-2.004-.058-2.764.74a10 10 0 0 1-2.306-2.306c.798-.76 1.125-1.834.74-2.763c-.385-.93-1.376-1.458-2.478-1.431M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6"
|
20 |
-
/></svg
|
21 |
-
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/lib/components/InferencePlayground/InferencePlayground.svelte
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<script lang="ts">
|
2 |
-
import type { Conversation, ConversationMessage, ModelWithTokenizer
|
3 |
|
4 |
import {
|
5 |
handleNonStreamingResponse,
|
@@ -13,11 +13,11 @@
|
|
13 |
import { isMac } from "$lib/utils/platform";
|
14 |
import { HfInference } from "@huggingface/inference";
|
15 |
import { onDestroy } from "svelte";
|
16 |
-
import IconCode from "
|
17 |
-
import IconCompare from "
|
18 |
-
import IconDelete from "
|
19 |
-
import IconInfo from "
|
20 |
-
import IconThrashcan from "
|
21 |
import PlaygroundConversation from "./InferencePlaygroundConversation.svelte";
|
22 |
import PlaygroundConversationHeader from "./InferencePlaygroundConversationHeader.svelte";
|
23 |
import GenerationConfig from "./InferencePlaygroundGenerationConfig.svelte";
|
@@ -299,7 +299,9 @@
|
|
299 |
on:click={() => (viewSettings = !viewSettings)}
|
300 |
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"
|
301 |
>
|
302 |
-
<
|
|
|
|
|
303 |
{!viewSettings ? "Settings" : "Hide Settings"}
|
304 |
</button>
|
305 |
{/if}
|
@@ -428,7 +430,9 @@
|
|
428 |
href="https://huggingface.co/docs/api-inference/tasks/chat-completion"
|
429 |
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"
|
430 |
>
|
431 |
-
<
|
|
|
|
|
432 |
View Docs
|
433 |
</a>
|
434 |
<span class="dark:text-gray-500">·</span>
|
|
|
1 |
<script lang="ts">
|
2 |
+
import type { Conversation, ConversationMessage, ModelWithTokenizer } from "$lib/types";
|
3 |
|
4 |
import {
|
5 |
handleNonStreamingResponse,
|
|
|
13 |
import { isMac } from "$lib/utils/platform";
|
14 |
import { HfInference } from "@huggingface/inference";
|
15 |
import { onDestroy } from "svelte";
|
16 |
+
import IconCode from "~icons/carbon/code";
|
17 |
+
import IconCompare from "~icons/carbon/compare";
|
18 |
+
import IconDelete from "~icons/carbon/trash-can";
|
19 |
+
import IconInfo from "~icons/carbon/information";
|
20 |
+
import IconThrashcan from "~icons/carbon/trash-can";
|
21 |
import PlaygroundConversation from "./InferencePlaygroundConversation.svelte";
|
22 |
import PlaygroundConversationHeader from "./InferencePlaygroundConversationHeader.svelte";
|
23 |
import GenerationConfig from "./InferencePlaygroundGenerationConfig.svelte";
|
|
|
299 |
on:click={() => (viewSettings = !viewSettings)}
|
300 |
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"
|
301 |
>
|
302 |
+
<div class="text-black dark:text-white">
|
303 |
+
<IconThrashcan />
|
304 |
+
</div>
|
305 |
{!viewSettings ? "Settings" : "Hide Settings"}
|
306 |
</button>
|
307 |
{/if}
|
|
|
430 |
href="https://huggingface.co/docs/api-inference/tasks/chat-completion"
|
431 |
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"
|
432 |
>
|
433 |
+
<div class="text-xs">
|
434 |
+
<IconInfo />
|
435 |
+
</div>
|
436 |
View Docs
|
437 |
</a>
|
438 |
<span class="dark:text-gray-500">·</span>
|
src/lib/components/InferencePlayground/InferencePlaygroundConversation.svelte
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
|
6 |
import CodeSnippets from "./InferencePlaygroundCodeSnippets.svelte";
|
7 |
import Message from "./InferencePlaygroundMessage.svelte";
|
8 |
-
import IconPlus from "
|
9 |
|
10 |
export let conversation: Conversation;
|
11 |
export let loading: boolean;
|
@@ -96,7 +96,10 @@
|
|
96 |
disabled={loading}
|
97 |
>
|
98 |
<div class="flex items-center gap-2 p-0! text-sm font-semibold">
|
99 |
-
<
|
|
|
|
|
|
|
100 |
</div>
|
101 |
</button>
|
102 |
{:else}
|
|
|
5 |
|
6 |
import CodeSnippets from "./InferencePlaygroundCodeSnippets.svelte";
|
7 |
import Message from "./InferencePlaygroundMessage.svelte";
|
8 |
+
import IconPlus from "~icons/carbon/add";
|
9 |
|
10 |
export let conversation: Conversation;
|
11 |
export let loading: boolean;
|
|
|
96 |
disabled={loading}
|
97 |
>
|
98 |
<div class="flex items-center gap-2 p-0! text-sm font-semibold">
|
99 |
+
<div class="text-lg">
|
100 |
+
<IconPlus />
|
101 |
+
</div>
|
102 |
+
Add message
|
103 |
</div>
|
104 |
</button>
|
105 |
{:else}
|
src/lib/components/InferencePlayground/InferencePlaygroundConversationHeader.svelte
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
|
6 |
import { models } from "$lib/stores/models";
|
7 |
import Avatar from "../Avatar.svelte";
|
8 |
-
import IconCog from "
|
9 |
import GenerationConfig from "./InferencePlaygroundGenerationConfig.svelte";
|
10 |
import ModelSelectorModal from "./InferencePlaygroundModelSelectorModal.svelte";
|
11 |
import InferencePlaygroundProviderSelect from "./InferencePlaygroundProviderSelect.svelte";
|
|
|
5 |
|
6 |
import { models } from "$lib/stores/models";
|
7 |
import Avatar from "../Avatar.svelte";
|
8 |
+
import IconCog from "~icons/carbon/settings";
|
9 |
import GenerationConfig from "./InferencePlaygroundGenerationConfig.svelte";
|
10 |
import ModelSelectorModal from "./InferencePlaygroundModelSelectorModal.svelte";
|
11 |
import InferencePlaygroundProviderSelect from "./InferencePlaygroundProviderSelect.svelte";
|
src/lib/components/InferencePlayground/InferencePlaygroundHFTokenModal.svelte
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<script lang="ts">
|
2 |
import { createEventDispatcher, onDestroy, onMount } from "svelte";
|
3 |
|
4 |
-
import IconCross from "
|
5 |
|
6 |
export let storeLocallyHfToken = false;
|
7 |
|
@@ -69,7 +69,9 @@
|
|
69 |
on:click={() => dispatch("close")}
|
70 |
class="ms-auto inline-flex h-8 w-8 items-center justify-center rounded-lg bg-transparent text-sm text-gray-400 hover:bg-gray-200 hover:text-gray-900 dark:hover:bg-gray-600 dark:hover:text-white"
|
71 |
>
|
72 |
-
<
|
|
|
|
|
73 |
<span class="sr-only">Close modal</span>
|
74 |
</button>
|
75 |
</div>
|
|
|
1 |
<script lang="ts">
|
2 |
import { createEventDispatcher, onDestroy, onMount } from "svelte";
|
3 |
|
4 |
+
import IconCross from "~icons/carbon/close";
|
5 |
|
6 |
export let storeLocallyHfToken = false;
|
7 |
|
|
|
69 |
on:click={() => dispatch("close")}
|
70 |
class="ms-auto inline-flex h-8 w-8 items-center justify-center rounded-lg bg-transparent text-sm text-gray-400 hover:bg-gray-200 hover:text-gray-900 dark:hover:bg-gray-600 dark:hover:text-white"
|
71 |
>
|
72 |
+
<div class="text-xl">
|
73 |
+
<IconCross />
|
74 |
+
</div>
|
75 |
<span class="sr-only">Close modal</span>
|
76 |
</button>
|
77 |
</div>
|
src/lib/components/InferencePlayground/InferencePlaygroundModelSelector.svelte
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
import { models } from "$lib/stores/models";
|
5 |
import Avatar from "../Avatar.svelte";
|
6 |
-
import IconCaret from "
|
7 |
import ModelSelectorModal from "./InferencePlaygroundModelSelectorModal.svelte";
|
8 |
import ProviderSelect from "./InferencePlaygroundProviderSelect.svelte";
|
9 |
import { defaultSystemMessage } from "./inferencePlaygroundUtils";
|
@@ -45,7 +45,11 @@
|
|
45 |
</div>
|
46 |
<div>{modelName}</div>
|
47 |
</div>
|
48 |
-
<
|
|
|
|
|
|
|
|
|
49 |
</button>
|
50 |
</div>
|
51 |
|
|
|
3 |
|
4 |
import { models } from "$lib/stores/models";
|
5 |
import Avatar from "../Avatar.svelte";
|
6 |
+
import IconCaret from "~icons/carbon/chevron-down";
|
7 |
import ModelSelectorModal from "./InferencePlaygroundModelSelectorModal.svelte";
|
8 |
import ProviderSelect from "./InferencePlaygroundProviderSelect.svelte";
|
9 |
import { defaultSystemMessage } from "./inferencePlaygroundUtils";
|
|
|
45 |
</div>
|
46 |
<div>{modelName}</div>
|
47 |
</div>
|
48 |
+
<div
|
49 |
+
class="absolute right-2 grid size-4 flex-none place-items-center rounded-sm bg-gray-100 text-xs dark:bg-gray-600"
|
50 |
+
>
|
51 |
+
<IconCaret />
|
52 |
+
</div>
|
53 |
</button>
|
54 |
</div>
|
55 |
|
src/lib/components/InferencePlayground/InferencePlaygroundModelSelectorModal.svelte
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
import { createEventDispatcher, onMount, tick } from "svelte";
|
5 |
|
6 |
import { models } from "$lib/stores/models";
|
7 |
-
import IconSearch from "
|
8 |
-
import IconStar from "
|
9 |
import { getTrending } from "$lib/utils/model";
|
10 |
import fuzzysearch from "$lib/utils/search";
|
11 |
|
@@ -101,7 +101,9 @@
|
|
101 |
bind:this={containerEl}
|
102 |
>
|
103 |
<div class="flex items-center border-b px-3 dark:border-gray-800">
|
104 |
-
<
|
|
|
|
|
105 |
<!-- svelte-ignore a11y-autofocus -->
|
106 |
<input
|
107 |
autofocus
|
@@ -127,7 +129,9 @@
|
|
127 |
dispatch("close");
|
128 |
}}
|
129 |
>
|
130 |
-
<
|
|
|
|
|
131 |
<span class="inline-flex items-center"
|
132 |
><span class="text-gray-500 dark:text-gray-400">{nameSpace}</span><span
|
133 |
class="mx-1 text-gray-300 dark:text-gray-700">/</span
|
|
|
4 |
import { createEventDispatcher, onMount, tick } from "svelte";
|
5 |
|
6 |
import { models } from "$lib/stores/models";
|
7 |
+
import IconSearch from "~icons/carbon/search";
|
8 |
+
import IconStar from "~icons/carbon/star";
|
9 |
import { getTrending } from "$lib/utils/model";
|
10 |
import fuzzysearch from "$lib/utils/search";
|
11 |
|
|
|
101 |
bind:this={containerEl}
|
102 |
>
|
103 |
<div class="flex items-center border-b px-3 dark:border-gray-800">
|
104 |
+
<div class="mr-2 text-sm">
|
105 |
+
<IconSearch />
|
106 |
+
</div>
|
107 |
<!-- svelte-ignore a11y-autofocus -->
|
108 |
<input
|
109 |
autofocus
|
|
|
129 |
dispatch("close");
|
130 |
}}
|
131 |
>
|
132 |
+
<div class="lucide lucide-star mr-1.5 size-4 text-yellow-400">
|
133 |
+
<IconStar />
|
134 |
+
</div>
|
135 |
<span class="inline-flex items-center"
|
136 |
><span class="text-gray-500 dark:text-gray-400">{nameSpace}</span><span
|
137 |
class="mx-1 text-gray-300 dark:text-gray-700">/</span
|
src/lib/components/InferencePlayground/InferencePlaygroundProjectSelect.svelte
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
import { getActiveProject, session } from "$lib/stores/session";
|
3 |
import { cn } from "$lib/utils/cn";
|
4 |
import { createSelect, createSync } from "@melt-ui/svelte";
|
5 |
-
import IconCaret from "
|
6 |
import IconDelete from "~icons/carbon/trash-can";
|
7 |
-
import IconCross from "
|
8 |
import IconSave from "~icons/carbon/save";
|
9 |
import IconEdit from "~icons/carbon/edit";
|
10 |
|
@@ -15,7 +15,7 @@
|
|
15 |
|
16 |
const {
|
17 |
elements: { trigger, menu, option },
|
18 |
-
states: { selected
|
19 |
} = createSelect<string, false>();
|
20 |
const sync = createSync({ selected });
|
21 |
$: sync.selected({ value: getActiveProject($session).id, label: getActiveProject($session).name }, p => {
|
@@ -40,7 +40,11 @@
|
|
40 |
<div class="flex items-center gap-1 text-sm">
|
41 |
{getActiveProject($session).name}
|
42 |
</div>
|
43 |
-
<
|
|
|
|
|
|
|
|
|
44 |
</button>
|
45 |
{#if isDefault}
|
46 |
<button class="btn size-[32px] p-0" on:click={saveProject}>
|
|
|
2 |
import { getActiveProject, session } from "$lib/stores/session";
|
3 |
import { cn } from "$lib/utils/cn";
|
4 |
import { createSelect, createSync } from "@melt-ui/svelte";
|
5 |
+
import IconCaret from "~icons/carbon/chevron-down";
|
6 |
import IconDelete from "~icons/carbon/trash-can";
|
7 |
+
import IconCross from "~icons/carbon/close";
|
8 |
import IconSave from "~icons/carbon/save";
|
9 |
import IconEdit from "~icons/carbon/edit";
|
10 |
|
|
|
15 |
|
16 |
const {
|
17 |
elements: { trigger, menu, option },
|
18 |
+
states: { selected },
|
19 |
} = createSelect<string, false>();
|
20 |
const sync = createSync({ selected });
|
21 |
$: sync.selected({ value: getActiveProject($session).id, label: getActiveProject($session).name }, p => {
|
|
|
40 |
<div class="flex items-center gap-1 text-sm">
|
41 |
{getActiveProject($session).name}
|
42 |
</div>
|
43 |
+
<div
|
44 |
+
class="absolute right-2 grid size-4 flex-none place-items-center rounded-sm bg-gray-100 text-xs dark:bg-gray-600"
|
45 |
+
>
|
46 |
+
<IconCaret />
|
47 |
+
</div>
|
48 |
</button>
|
49 |
{#if isDefault}
|
50 |
<button class="btn size-[32px] p-0" on:click={saveProject}>
|
src/lib/components/InferencePlayground/InferencePlaygroundProviderSelect.svelte
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
import { randomPick } from "$lib/utils/array";
|
5 |
import { cn } from "$lib/utils/cn";
|
6 |
import { createSelect, createSync } from "@melt-ui/svelte";
|
7 |
-
import IconCaret from "
|
8 |
import IconProvider from "../Icons/IconProvider.svelte";
|
9 |
|
10 |
export let conversation: Conversation;
|
@@ -84,7 +84,11 @@
|
|
84 |
<IconProvider provider={conversation.provider} />
|
85 |
{formatName(conversation.provider ?? "") ?? "loading"}
|
86 |
</div>
|
87 |
-
<
|
|
|
|
|
|
|
|
|
88 |
</button>
|
89 |
|
90 |
<div {...$menu} use:menu class="rounded-lg border bg-gray-100 dark:border-gray-700 dark:bg-gray-800">
|
|
|
4 |
import { randomPick } from "$lib/utils/array";
|
5 |
import { cn } from "$lib/utils/cn";
|
6 |
import { createSelect, createSync } from "@melt-ui/svelte";
|
7 |
+
import IconCaret from "~icons/carbon/chevron-down";
|
8 |
import IconProvider from "../Icons/IconProvider.svelte";
|
9 |
|
10 |
export let conversation: Conversation;
|
|
|
84 |
<IconProvider provider={conversation.provider} />
|
85 |
{formatName(conversation.provider ?? "") ?? "loading"}
|
86 |
</div>
|
87 |
+
<div
|
88 |
+
class="absolute right-2 grid size-4 flex-none place-items-center rounded-sm bg-gray-100 text-xs dark:bg-gray-600"
|
89 |
+
>
|
90 |
+
<IconCaret />
|
91 |
+
</div>
|
92 |
</button>
|
93 |
|
94 |
<div {...$menu} use:menu class="rounded-lg border bg-gray-100 dark:border-gray-700 dark:bg-gray-800">
|