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={} />