mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-01 08:51:35 +02:00
Allow remote header overrides and fix display issues with log
This commit is contained in:
@@ -577,9 +577,6 @@ export default function AiSessionLogsPage() {
|
||||
</div>
|
||||
{row.usage && (
|
||||
<div>
|
||||
<div className="text-xs font-medium mb-2">
|
||||
{t("tokenUsage")}
|
||||
</div>
|
||||
<div className="grid grid-cols-3 sm:grid-cols-6 gap-4 text-xs">
|
||||
<div>
|
||||
<strong>{t("promptTokens")}</strong>
|
||||
|
||||
Reference in New Issue
Block a user