mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix
This commit is contained in:
parent
0ef27bfc5e
commit
b094153af2
1 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,7 @@ async def get_event_emitter(request_info):
|
|||
"chat-events",
|
||||
{
|
||||
"chat_id": request_info["chat_id"],
|
||||
"message_id": request_info["id"],
|
||||
"message_id": request_info["message_id"],
|
||||
"data": event_data,
|
||||
},
|
||||
to=request_info["session_id"],
|
||||
|
|
@ -160,7 +160,7 @@ async def get_event_call(request_info):
|
|||
"chat-events",
|
||||
{
|
||||
"chat_id": request_info["chat_id"],
|
||||
"message_id": request_info["id"],
|
||||
"message_id": request_info["message_id"],
|
||||
"data": event_data,
|
||||
},
|
||||
to=request_info["session_id"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue