This commit is contained in:
Timothy J. Baek 2024-08-17 19:43:04 +02:00
parent 176c689f8d
commit 7badff49d8

View File

@ -6,6 +6,7 @@
import Image from '$lib/components/common/Image.svelte';
import KatexRenderer from './KatexRenderer.svelte';
import { WEBUI_BASE_URL } from '$lib/constants';
export let id: string;
export let tokens: Token[];