diff --git a/src/lib/components/chat/Messages/ProfileImage.svelte b/src/lib/components/chat/Messages/ProfileImage.svelte index 44f3b5fce..c923d70d5 100644 --- a/src/lib/components/chat/Messages/ProfileImage.svelte +++ b/src/lib/components/chat/Messages/ProfileImage.svelte @@ -2,10 +2,12 @@ import { settings } from '$lib/stores'; import { WEBUI_BASE_URL } from '$lib/constants'; + export let className = 'size-8'; + export let src = '/user.png'; -
+
profile