5 留言 (5 留言)0 反應 (0 反應)0 負責人 (0 負責人)Python4,446 star (4,446 star)643 fork (643 fork)batch import
good first issue
描述
- 在这个 mode 下近乎完美屏蔽小爱回答
- 采用不断唤醒 xiaoai 的模式,不用叫 “小爱同学”
- sleep 全部为0
- 没有提示词比如 “请”
- 直接采用 openai tts 快一些
- 连续对话从 5 -> 10
- 議題類型
- feature
- 研究方向
- Review the current implementation in xiaogpt.py to understand how the app interacts with the XiaoMi speaker and OpenAI TTS. The new mode requires modifying the wakeup intervals to zero and removing polite phrases. Check the comments on issue #417 for additional context. Use the existing OpenAI TTS integration to ensure faster response.