Shelden Shi

Results 4 issues of Shelden Shi

Enable a functionality and set a tax rate in the constructor. By default all false.

enhancement

Should it be the case

enhancement

``` this.assemblyClient = new AssemblyAI({ apiKey: process.env.ASSEMBLYAI_API_KEY }); this.transcriber = this.assemblyClient.realtime.transcriber({ sampleRate: this.config.sampleRate, speech_model: 'best', }); ```` `Object literal may only specify known properties, and 'speech_model' does not exist in...