From 808fc7cb58fef9cc6b78815555d9bcfd7a440ec4 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 7 Feb 2025 14:35:23 +0800 Subject: [PATCH] fix: language --- ui/src/components/ai-chat/KnowledgeSource.vue | 2 +- ui/src/locales/lang/en-US/ai-chat.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/components/ai-chat/KnowledgeSource.vue b/ui/src/components/ai-chat/KnowledgeSource.vue index d748852af..af99a4775 100644 --- a/ui/src/components/ai-chat/KnowledgeSource.vue +++ b/ui/src/components/ai-chat/KnowledgeSource.vue @@ -43,7 +43,7 @@
- {{ $t('chat.KnowledgeSource.consume') }} tokens: {{ data?.message_tokens + data?.answer_tokens }} + {{ $t('chat.KnowledgeSource.consume') }}: {{ data?.message_tokens + data?.answer_tokens }} {{ $t('chat.KnowledgeSource.consumeTime') }}: {{ data?.run_time?.toFixed(2) }} s