Allow Deepgram filler-words config
complete
B
Bryan Guin
Enabled the deepgram filler words config: https://developers.deepgram.com/docs/filler-words
Nikhil Gupta
complete
we have it auto enabled
export const deepgramOptions: LiveSchema = {
// We don't use smart_format by default, because it formats numbers as times sometimes
// smart_format: true,
// We need these because we don't use smart_format
punctuate: true,
numbers: true,
no_delay: true,
encoding: 'linear16',
channels: 2,
multichannel: true,
filler_words: true,
interim_results: true,
} as const;