diff --git a/ui-svelte/src/components/CaptureDialog.svelte b/ui-svelte/src/components/CaptureDialog.svelte index 17eece53..803ab31f 100644 --- a/ui-svelte/src/components/CaptureDialog.svelte +++ b/ui-svelte/src/components/CaptureDialog.svelte @@ -193,17 +193,17 @@ {#if capture}
-

Capture #{capture.id + 1}{#if capture.req_path} {capture.req_path}{/if}

+

Capture #{capture.id + 1}{#if capture.req_path} {capture.req_path}{/if}

@@ -213,7 +213,7 @@
Request Headers @@ -238,7 +238,7 @@
Request Body @@ -290,7 +290,7 @@
Response Headers @@ -315,7 +315,7 @@
Response Body @@ -375,19 +375,19 @@ {#if sseChat.reasoning}
Reasoning
{sseChat.reasoning}
+ class="font-mono whitespace-pre-wrap break-all text-muted-foreground">{sseChat.reasoning}
{/if} {#if sseChat.content}
{#if sseChat.reasoning}
Response
@@ -409,7 +409,7 @@
-
+
(binary data - {responseContentType || "unknown content type"})
@@ -429,8 +429,8 @@
{:else}
-

Capture not found

-

The capture may have expired or was never recorded.

+

Capture not found

+

The capture may have expired or was never recorded.

diff --git a/ui-svelte/src/components/playground/AudioInterface.svelte b/ui-svelte/src/components/playground/AudioInterface.svelte index 0e35faf7..4f002eb7 100644 --- a/ui-svelte/src/components/playground/AudioInterface.svelte +++ b/ui-svelte/src/components/playground/AudioInterface.svelte @@ -150,14 +150,14 @@ {#if !hasModels} -
+

No models configured. Add models to your configuration to transcribe audio.

{:else} -
+
{#if isTranscribing} -
+

Transcribing audio...

@@ -186,12 +186,12 @@ {/if}
-
+
{transcriptionResult}
{:else if selectedFile} -
+

File Selected

{selectedFile.name}

{formatFileSize(selectedFile.size)}

@@ -200,7 +200,7 @@
{:else} {:else}
-
+
- +
- + @@ -447,8 +447,8 @@
{#if $testListStore.length === 0}
-
-

Load Test

+
+

Load Test

Fire several streaming chat completions at llama-swap at the same time to see how it handles parallel loading and concurrent inference. Each request streams into its own panel with a live timer and status. @@ -456,16 +456,16 @@

  1. Click models on the left to queue them — repeat a model to hit it with parallel requests.
  2. Tweak the prompt and max_tokens if you want.
  3. -
  4. Press Go to launch them concurrently.
  5. +
  6. Press Go to launch them concurrently.

Tip: drag a result card's header to reorder, or hit × to drop it.

{:else} -
+
@@ -498,13 +498,13 @@