I cant get longer word in text box
{'type': 'alert', 'emotion': 'sad', 'status': 'ERROR', 'message': 'detect 仅用于唤醒词,请不要传长文本(Detect is only for wake words, do not send long texts.)', 'session_id': 'e74ad482'}
The relevant code block is as follows:
message = {
"session_id": self.session_id,
"type": "listen",
"state": "detect",
"text": text,
}
await self.send_text(json.dumps(message))
I cant get longer word in text box
{'type': 'alert', 'emotion': 'sad', 'status': 'ERROR', 'message': 'detect 仅用于唤醒词,请不要传长文本(Detect is only for wake words, do not send long texts.)', 'session_id': 'e74ad482'}
The relevant code block is as follows: