|
@@ -8,7 +8,7 @@
|
|
const i18n = getContext('i18n');
|
|
const i18n = getContext('i18n');
|
|
|
|
|
|
import { WEBUI_BASE_URL } from '$lib/constants';
|
|
import { WEBUI_BASE_URL } from '$lib/constants';
|
|
- import { copyToClipboard, revertSanitizedResponseContent, unescapeHtml } from '$lib/utils';
|
|
|
|
|
|
+ import { copyToClipboard, unescapeHtml } from '$lib/utils';
|
|
|
|
|
|
import Image from '$lib/components/common/Image.svelte';
|
|
import Image from '$lib/components/common/Image.svelte';
|
|
import KatexRenderer from './KatexRenderer.svelte';
|
|
import KatexRenderer from './KatexRenderer.svelte';
|