feat: add daily learning summary script with cron task
- Create scripts/daily_learning.sh for daily chat review - Set up cron task at 3 AM daily - Log file: logs/daily_learning.log - Learning records: memory/daily_learning.md
This commit is contained in:
@@ -88,3 +88,11 @@ bash scripts/dingtalk_tts.sh "要说的内容"
|
||||
|
||||
### ⚠️ 重要规则
|
||||
**后续回复:如果用户要求语音回复,直接使用 `bash scripts/dingtalk_tts.sh "回复内容"` 发送语音消息**
|
||||
|
||||
## 语音处理规则(2026-03-30 更新)
|
||||
|
||||
**默认规则**:
|
||||
- 用户发语音 → Whisper 转文字 → **文字回复**
|
||||
- 用户特别标注「语音回复」→ MiniMax TTS → **语音回复**
|
||||
|
||||
**简单说**:正常文字回复,特殊要求才语音回复
|
||||
|
||||
Reference in New Issue
Block a user