fix(Library): Returns metadata back to original format so sources continue to work.

This commit is contained in:
Willie Zutz
2025-05-01 12:17:08 -06:00
parent a71e4ae10d
commit c8def1989a
5 changed files with 34 additions and 27 deletions

View File

@@ -63,7 +63,9 @@ const ModelInfoButton: React.FC<ModelInfoButtonProps> = ({ modelStats }) => {
</div>
{modelStats?.responseTime && (
<div className="flex justify-between">
<span className="text-black/70 dark:text-white/70">Response time:</span>
<span className="text-black/70 dark:text-white/70">
Response time:
</span>
<span className="text-black dark:text-white font-medium">
{(modelStats.responseTime / 1000).toFixed(2)}s
</span>