Upgrade Whisper to distil-large-v3, fix caller identity confusion, sort clips list
- Whisper base → distil-large-v3 for much better live transcription accuracy - Add context hints to transcription (caller name, screening status) - Increase beam_size 3→5 for better decoding - Add explicit role clarification in caller system prompt so LLM knows Luke is the host - Prefix host messages with [Host Luke] in LLM conversation - Fix upload_clips episode list sorting (natural numeric order) - Episodes 26-28 transcripts, data updates, misc fixes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
{
|
||||
"voicemails": [
|
||||
{
|
||||
"id": "60c8d47c",
|
||||
"phone": "+17755134750",
|
||||
"timestamp": 1772294240,
|
||||
"duration": 102,
|
||||
"file_path": "/Users/lukemacneil/ai-podcast/data/voicemails/1772427904_17755134750.wav",
|
||||
"listened": true
|
||||
}
|
||||
],
|
||||
"voicemails": [],
|
||||
"deleted_timestamps": [
|
||||
1772294240,
|
||||
1771212705,
|
||||
1771146434,
|
||||
1771146564,
|
||||
|
||||
Reference in New Issue
Block a user