diff --git a/utils/chatmsg.js b/utils/chatmsg.js index e9c9f4b..dafcea1 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 = {}) {