Commit 99e48af
fix(openai-realtime): 防打断丢 input_transcript + 清 response.done 状态 + bump model IDs
- omni_realtime_client.py: 把 conversation.item.input_audio_transcription.completed
移到 top-level elif,打断场景下不再被 _interrupted 挡掉导致用户转录丢失
- omni_realtime_client.py: response.done 补 self._print_input_transcript = False,
防止空响应/被打断时该标志泄漏到下一轮、干扰输出转录路由
- omni_realtime_client.py: 移除默认 system instructions 末尾硬编码的"卡哇伊声音"指令
- api_providers.json: gpt-realtime-mini-2025-12-15 → gpt-realtime-1.5;
doubao emotion_model 补齐 -260215 版本号
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3346798 commit 99e48af
2 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | | - | |
| 551 | + | |
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
| |||
1503 | 1503 | | |
1504 | 1504 | | |
1505 | 1505 | | |
| 1506 | + | |
1506 | 1507 | | |
1507 | 1508 | | |
1508 | 1509 | | |
| |||
1538 | 1539 | | |
1539 | 1540 | | |
1540 | 1541 | | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
1541 | 1545 | | |
1542 | 1546 | | |
1543 | 1547 | | |
| |||
1558 | 1562 | | |
1559 | 1563 | | |
1560 | 1564 | | |
1561 | | - | |
1562 | | - | |
1563 | | - | |
1564 | | - | |
1565 | 1565 | | |
1566 | 1566 | | |
1567 | 1567 | | |
| |||
0 commit comments