From dd6034de587e66bf585e79802d68909f46098f98 Mon Sep 17 00:00:00 2001 From: sijinhui Date: Fri, 1 Mar 2024 15:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E9=A1=B5=E9=9D=A2=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=BD=BF=E7=94=A8token=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index acd85f8ce..df7bcfe5a 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -1684,8 +1684,8 @@ function getCurrentDayToken(sessions: ChatSession[]): number { const dateToCheck = new Date(item1.date); return startOfTheDayInTimeZone < dateToCheck; }); - // @ts-ignore const all_current_day_content = current_day_message + // @ts-ignore .map((item) => item.content) .join(" "); // 获取会话之后,再整合content,