diff --git a/packages/kbot/salamand.json b/packages/kbot/salamand.json index a13f1823..bc339c05 100644 --- a/packages/kbot/salamand.json +++ b/packages/kbot/salamand.json @@ -7,19 +7,19 @@ }, "transcribe": { "name": "Transcribe Audio", - "command": "kbot", + "command": "kbot-d", "args": "transcribe --include=\"$(FullName)\" --alt=true --dst=\"&{SRC_DIR}/&{SRC_NAME}.md\"", "description": "Transcribe audio file" }, "remove-background": { "name": "Remove Background", - "command": "kbot", + "command": "kbot-d", "args": "image \"remove the background\" --alt=true --include=\"$(FullName)\" --dst=\"&{SRC_DIR}/&{SRC_NAME}_no_bg.png\"", "description": "Remove background from an image" }, "create-as-image": { "name": "Create as Image", - "command": "kbot", + "command": "kbot-d", "args": "image --alt=true --prompt=\"$(FullName)\" --dst=\"&{SRC_DIR}/&{SRC_NAME}.png\"", "description": "Create an image from a text file" }