diff --git a/src/interface/web/app/page.tsx b/src/interface/web/app/page.tsx index 96c783ac..5c16eb41 100644 --- a/src/interface/web/app/page.tsx +++ b/src/interface/web/app/page.tsx @@ -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; }