Skip to content

Commit

Permalink
fix: deepgram asr to default settings (RUN-320)
Browse files Browse the repository at this point in the history
  • Loading branch information
DecathectZero committed Nov 13, 2024
1 parent 3f080d5 commit f3b3a29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/base-types/src/version/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export const defaultSettings = <Prompt>({
globalNoMatch = { type: GlobalNoMatchType.STATIC, prompt: undefined },
globalNoReply = { delay: undefined, prompt: undefined },

deepgramASR,

intentConfidence = 0.6,
}: Partial<Settings<Prompt>> = {}): Settings<Prompt> => ({
error,
Expand All @@ -86,5 +88,7 @@ export const defaultSettings = <Prompt>({
globalNoMatch,
globalNoReply,

deepgramASR,

intentConfidence,
});

0 comments on commit f3b3a29

Please sign in to comment.