diff --git a/frontend/src/views/chat/ChatRow.vue b/frontend/src/views/chat/ChatRow.vue index ffa4176f..16931d5f 100644 --- a/frontend/src/views/chat/ChatRow.vue +++ b/frontend/src/views/chat/ChatRow.vue @@ -9,6 +9,7 @@ withDefaults( msg: ChatMessage currentChat: ChatInfo hideAvatar?: boolean + logoAssistant?: string }>(), { hideAvatar: false, @@ -21,7 +22,14 @@ const appearanceStore = useAppearanceStoreWithOut()
- + + diff --git a/frontend/src/views/chat/index.vue b/frontend/src/views/chat/index.vue index 0926f2fb..3456c73c 100644 --- a/frontend/src/views/chat/index.vue +++ b/frontend/src/views/chat/index.vue @@ -183,7 +183,20 @@
- +
+ + + + {{ appearanceStore.name }} +