mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 21:29:08 +00:00
image cards should be /image, not /paint
This commit is contained in:
@@ -144,7 +144,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
|
||||
if (type === "Online Search") {
|
||||
message_str = "/online " + prompt;
|
||||
} else if (type === "Paint") {
|
||||
message_str = "/paint " + prompt;
|
||||
message_str = "/image " + prompt;
|
||||
} else {
|
||||
message_str = prompt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user