We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67f888 commit f02925dCopy full SHA for f02925d
tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessage.svelte
@@ -7,7 +7,7 @@
7
import { copyToClipboard } from '$lib/utils/copy';
8
import { parseThinkingContent } from '$lib/utils/thinking';
9
import { isLoading } from '$lib/stores/chat.svelte';
10
- import { useProcessingState } from '$lib/hooks/use-processing-state';
+ import { useProcessingState } from '$lib/hooks/use-processing-state.svelte';
11
import { fade } from 'svelte/transition';
12
13
interface Props {
tools/server/webui/src/lib/services/slots.ts
@@ -1,4 +1,5 @@
1
import type { ApiSlotData, ApiProcessingState } from '$lib/types/api';
2
+import { serverStore } from '$lib/stores/server.svelte';
3
4
export class SlotsService {
5
private baseUrl: string;
0 commit comments