This commit is contained in:
Timothy J. Baek 2024-02-23 17:17:59 -08:00
parent 62f67bed29
commit 9e339fdb18
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
import Skeleton from './Skeleton.svelte';
import CodeBlock from './CodeBlock.svelte';
import Image from '$lib/components/common/Image.svelte';
import { WEBUI_BASE_URL } from '$lib/constants';
export let modelfiles = [];
export let message;