feat: added performance statistics info when using embedded LLM

This commit is contained in:
Xiaohan-Tian
2026-05-14 19:05:13 -07:00
parent 98c2b97413
commit eb1c7bd2fc
8 changed files with 58 additions and 8 deletions
+7 -1
View File
@@ -226,6 +226,12 @@
font-weight: bold;
}
.message-performance-info {
margin-top: 8px;
font-size: 10px;
color: #909090;
}
/* Abort link styling */
.abort-link {
background: none !important;
@@ -310,4 +316,4 @@
100% {
background-position: -200% 0%;
}
}
}