diff --git a/server-cloudflare/models/openai.ts b/server-cloudflare/models/openai.ts index 4abd162..5e3173f 100644 --- a/server-cloudflare/models/openai.ts +++ b/server-cloudflare/models/openai.ts @@ -331,8 +331,6 @@ export class ElatoOpenAiVoiceAgent extends DurableObject { } this.sawUserSpeech = true; this.scheduleAutoCommit(server); - } else if (this.sawUserSpeech) { - this.scheduleAutoCommit(server); } } return;