From 051b408e1bd021a31cbc4abcd9c832b1047848a7 Mon Sep 17 00:00:00 2001 From: lik Date: Thu, 4 Jun 2026 10:44:57 +0800 Subject: [PATCH] =?UTF-8?q?clear=E6=B6=88=E6=81=AF=E5=90=8E=E9=87=8D?= =?UTF-8?q?=E5=90=AFagent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/chatmsg.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/chatmsg.js b/utils/chatmsg.js index dafcea1..e9c9f4b 100644 --- a/utils/chatmsg.js +++ b/utils/chatmsg.js @@ -1,5 +1,5 @@ -const WS_BASE_URL = 'wss://api.huashengtec.com/health-ws' -//const WS_BASE_URL = 'ws://127.0.0.1:9005' +//const WS_BASE_URL = 'wss://api.huashengtec.com/health-ws' +const WS_BASE_URL = 'ws://127.0.0.1:9005' class AIChatSocket { constructor(url = `${WS_BASE_URL}/chat`, options = {}) {