浏览代码

Format fix

Self Denial 1 年之前
父节点
当前提交
b93337e62f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/lib/components/chat/Messages/ResponseMessage.svelte

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

@@ -124,9 +124,9 @@
                     eval_duration: ${
                     eval_duration: ${
 											Math.round(((message.info.eval_duration ?? 0) / 1000000) * 100) / 100 ?? 'N/A'
 											Math.round(((message.info.eval_duration ?? 0) / 1000000) * 100) / 100 ?? 'N/A'
 										}ms<br/>
 										}ms<br/>
-                    approximate_total: ${
-											approximateToHumanReadable(message.info.total_duration)
-										}</span>`,
+                    approximate_total: ${approximateToHumanReadable(
+											message.info.total_duration
+										)}</span>`,
 				allowHTML: true
 				allowHTML: true
 			});
 			});
 		}
 		}