mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +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") {
|
if (type === "Online Search") {
|
||||||
message_str = "/online " + prompt;
|
message_str = "/online " + prompt;
|
||||||
} else if (type === "Paint") {
|
} else if (type === "Paint") {
|
||||||
message_str = "/paint " + prompt;
|
message_str = "/image " + prompt;
|
||||||
} else {
|
} else {
|
||||||
message_str = prompt;
|
message_str = prompt;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user