Skip to content

Commit

Permalink
fix: add general deepgram settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DecathectZero committed Nov 15, 2024
1 parent 24002b7 commit 309cef8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/base-types/src/version/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ export interface Settings<Prompt = unknown> {
defaultCarouselLayout?: Nullable<CarouselLayout>;
defaultVoice?: Nullable<string>;

deepgramASR?: {
endpointing: number;
utteranceEndMS: number;
};
deepgramASR?: Record<string, any>;

globalNoReply?: {
prompt?: Nullable<Prompt> | undefined;
Expand Down

0 comments on commit 309cef8

Please sign in to comment.