This commit is contained in:
parent
e86859fc6e
commit
798faf00d4
|
|
@ -158,6 +158,8 @@ export const Message: FC<MessageProps> = ({
|
|||
models
|
||||
} = useContext(ChatbotUIContext)
|
||||
|
||||
const { t } = useTranslation()
|
||||
|
||||
const [showThink, setShowThink] = useState(false) //添加Think的状态
|
||||
|
||||
const { handleSendMessage } = useChatHandler()
|
||||
|
|
|
|||
Loading…
Reference in New Issue