From bb30bce4101882b14f602d70171413eda88cb1c0 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Tue, 11 Jul 2023 15:28:32 +0800 Subject: [PATCH] refactor: ai-assistant update chatgpt link --- client/web/plugins/com.msgbyte.ai-assistant/src/popover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/web/plugins/com.msgbyte.ai-assistant/src/popover.tsx b/client/web/plugins/com.msgbyte.ai-assistant/src/popover.tsx index 56f115c4..2152d50d 100644 --- a/client/web/plugins/com.msgbyte.ai-assistant/src/popover.tsx +++ b/client/web/plugins/com.msgbyte.ai-assistant/src/popover.tsx @@ -59,7 +59,7 @@ export const AssistantPopover: React.FC<{ const [{ loading, value }, handleCallAI] = useAsyncRequest( async (question: string) => { // TODO: wait for replace - const { data } = await axios.post('https://uui1ik.laf.dev/chatgpt', { + const { data } = await axios.post('https://yyejoq.laf.dev/chatgpt', { question, });