5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python4,446 stars (4,446 stars)643 forks (643 forks)batch import
good first issue
説明
- 在这个 mode 下近乎完美屏蔽小爱回答
- 采用不断唤醒 xiaoai 的模式,不用叫 “小爱同学”
- sleep 全部为0
- 没有提示词比如 “请”
- 直接采用 openai tts 快一些
- 连续对话从 5 -> 10
- Issue 種別
- 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.