From 578f0b883c0a276cb4b53cc85b33c7ccbfe0d0ee Mon Sep 17 00:00:00 2001 From: sijinhui Date: Fri, 12 Jul 2024 00:21:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/chat.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index b95604a1e..97583bfa4 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -366,6 +366,7 @@ function ChatAction(props: { if (props.text.includes("使用") || allModels.includes(props.text)) { customModelClassName = "chat-input-action-long-weight"; } + console.log("123123123", props.text); function updateWidth() { if (!iconRef.current || !textRef.current) return; @@ -609,7 +610,7 @@ export function ChatActions(props: { setShowModelSelector(true)} - text={currentModelName} + text={currentModel} icon={} />