This commit is contained in:
hailin 2025-05-29 23:22:55 +08:00
parent e86859fc6e
commit 798faf00d4
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ export const Message: FC<MessageProps> = ({
models models
} = useContext(ChatbotUIContext) } = useContext(ChatbotUIContext)
const { t } = useTranslation()
const [showThink, setShowThink] = useState(false) //添加Think的状态 const [showThink, setShowThink] = useState(false) //添加Think的状态
const { handleSendMessage } = useChatHandler() const { handleSendMessage } = useChatHandler()