Skip to content

Commit b8ea882

Browse files
committed
fix vision command issue
1 parent 5da4dc7 commit b8ea882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/voice-command/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class VoiceCommand implements PayableBot {
3939
}
4040
})
4141
this.voiceCommandList = [
42-
this.commandsEnum.VISION,
42+
// this.commandsEnum.VISION,
4343
this.commandsEnum.ASK,
4444
this.commandsEnum.DALLE,
4545
OpenAISupportedCommands.talk

0 commit comments

Comments
 (0)