This commit is contained in:
lik
2026-06-04 10:45:53 +08:00
parent 051b408e1b
commit 77861672d0

View File

@@ -1,5 +1,5 @@
//const WS_BASE_URL = 'wss://api.huashengtec.com/health-ws' const WS_BASE_URL = 'wss://api.huashengtec.com/health-ws'
const WS_BASE_URL = 'ws://127.0.0.1:9005' //const WS_BASE_URL = 'ws://127.0.0.1:9005'
class AIChatSocket { class AIChatSocket {
constructor(url = `${WS_BASE_URL}/chat`, options = {}) { constructor(url = `${WS_BASE_URL}/chat`, options = {}) {