We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da4dc7 commit b8ea882Copy full SHA for b8ea882
src/modules/voice-command/index.ts
@@ -39,7 +39,7 @@ export class VoiceCommand implements PayableBot {
39
}
40
})
41
this.voiceCommandList = [
42
- this.commandsEnum.VISION,
+ // this.commandsEnum.VISION,
43
this.commandsEnum.ASK,
44
this.commandsEnum.DALLE,
45
OpenAISupportedCommands.talk
0 commit comments