mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
fix: websocket version
This commit is contained in:
@@ -178,11 +178,12 @@ class ReplyItem:
|
|||||||
|
|
||||||
# 收到websocket错误的处理
|
# 收到websocket错误的处理
|
||||||
def on_error(ws, error):
|
def on_error(ws, error):
|
||||||
|
|
||||||
logger.error("[XunFei] error:", error)
|
logger.error("[XunFei] error:", error)
|
||||||
|
|
||||||
|
|
||||||
# 收到websocket关闭的处理
|
# 收到websocket关闭的处理
|
||||||
def on_close(ws, one, two):
|
def on_close(ws):
|
||||||
data_queue = queue_map.get(ws.session_id)
|
data_queue = queue_map.get(ws.session_id)
|
||||||
data_queue.put("END")
|
data_queue.put("END")
|
||||||
|
|
||||||
|
|||||||
@@ -27,5 +27,4 @@ wechatpy
|
|||||||
chatgpt_tool_hub==0.4.6
|
chatgpt_tool_hub==0.4.6
|
||||||
|
|
||||||
# xunfei spark
|
# xunfei spark
|
||||||
websocket==0.2.1
|
websocket-client==1.2.0
|
||||||
websocket-client==1.6.2
|
|
||||||
|
|||||||
Reference in New Issue
Block a user