"test/git@developer.sourcefind.cn:change/sglang.git" did not exist on "76e59088d88f1c79f258c69edc3b887fbcf4ce61"
Commit 1e05caf8 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: response profile image

parent 44884a88
...@@ -327,9 +327,8 @@ ...@@ -327,9 +327,8 @@
{#key message.id} {#key message.id}
<div class=" flex w-full message-{message.id}" id="message-{message.id}"> <div class=" flex w-full message-{message.id}" id="message-{message.id}">
<ProfileImage <ProfileImage
src={modelfiles[message.model]?.imageUrl ?? $i18n.language === 'dg-DG' src={modelfiles[message.model]?.imageUrl ??
? `/doge.png` ($i18n.language === 'dg-DG' ? `/doge.png` : `${WEBUI_BASE_URL}/static/favicon.png`)}
: `${WEBUI_BASE_URL}/static/favicon.png`}
/> />
<div class="w-full overflow-hidden"> <div class="w-full overflow-hidden">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment