Skip to content

Commit

Permalink
fix #1025
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Jan 9, 2025
1 parent fcefa1f commit 1656879
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/tasks/llm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ class TaskLlm extends Task {
switch (this.vendor) {
case 'openai':
case 'microsoft':
if (this.model.startsWith('gpt-4o-realtime')) {
llm = new TaskLlmOpenAI_S2S(this.logger, this.data, this);
}
llm = new TaskLlmOpenAI_S2S(this.logger, this.data, this);
break;

case 'voiceagent':
Expand Down

0 comments on commit 1656879

Please sign in to comment.