test deepgram

This commit is contained in:
akdeb 2026-04-17 13:07:35 +05:30
parent fcbd7db995
commit 71933ae5f0

View file

@ -331,8 +331,6 @@ export class ElatoOpenAiVoiceAgent extends DurableObject<Env> {
}
this.sawUserSpeech = true;
this.scheduleAutoCommit(server);
} else if (this.sawUserSpeech) {
this.scheduleAutoCommit(server);
}
}
return;