Timothy J. Baek 11 tháng trước cách đây
mục cha
commit
c8393db97c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib/components/chat/Messages/ResponseMessage.svelte

+ 1 - 1
src/lib/components/chat/Messages/ResponseMessage.svelte

@@ -346,7 +346,7 @@
 
 		<div class="w-full overflow-hidden pl-1">
 			<Name>
-				{model.name}
+				{model?.name ?? message.model}
 
 				{#if message.timestamp}
 					<span