5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python945 forks (945 forks)batch import
good first issue
Repository metrics
- Stars
- 6,890 stars (6,890 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
- 在这个 mode 下近乎完美屏蔽小爱回答
- 采用不断唤醒 xiaoai 的模式,不用叫 “小爱同学”
- sleep 全部为0
- 没有提示词比如 “请”
- 直接采用 openai tts 快一些
- 连续对话从 5 -> 10
Contributor guide
- Research direction
- Examine the existing codebase to understand how different modes (e.g., normal mode) are implemented, then add a new 'broadcaster' mode that suppresses Xiao Ai responses and uses OpenAI TTS with zero sleep intervals.
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Python