Timothy J. Baek 1 년 전
부모
커밋
1482119af7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/chat/SettingsModal.svelte

+ 1 - 1
src/lib/components/chat/SettingsModal.svelte

@@ -1176,7 +1176,7 @@
 								{#if Object.keys(modelDownloadStatus).length > 0}
 									{#each Object.keys(modelDownloadStatus) as model}
 										<div class="flex flex-col">
-											<div class="font-medium mb-1">{modelDownloadStatus[model].modelName}</div>
+											<div class="font-medium mb-1">{model}</div>
 											<div class="">
 												<div
 													class="dark:bg-gray-600 bg-gray-500 text-xs font-medium text-gray-100 text-center p-0.5 leading-none rounded-full"