Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
b094153a
"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "e7851f7c79af3abf8205b40d0024f020b4764d19"
Commit
b094153a
authored
Jul 11, 2024
by
Timothy J. Baek
Browse files
fix
parent
0ef27bfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
backend/apps/socket/main.py
backend/apps/socket/main.py
+2
-2
No files found.
backend/apps/socket/main.py
View file @
b094153a
...
@@ -145,7 +145,7 @@ async def get_event_emitter(request_info):
...
@@ -145,7 +145,7 @@ async def get_event_emitter(request_info):
"chat-events"
,
"chat-events"
,
{
{
"chat_id"
:
request_info
[
"chat_id"
],
"chat_id"
:
request_info
[
"chat_id"
],
"message_id"
:
request_info
[
"id"
],
"message_id"
:
request_info
[
"
message_
id"
],
"data"
:
event_data
,
"data"
:
event_data
,
},
},
to
=
request_info
[
"session_id"
],
to
=
request_info
[
"session_id"
],
...
@@ -160,7 +160,7 @@ async def get_event_call(request_info):
...
@@ -160,7 +160,7 @@ async def get_event_call(request_info):
"chat-events"
,
"chat-events"
,
{
{
"chat_id"
:
request_info
[
"chat_id"
],
"chat_id"
:
request_info
[
"chat_id"
],
"message_id"
:
request_info
[
"id"
],
"message_id"
:
request_info
[
"
message_
id"
],
"data"
:
event_data
,
"data"
:
event_data
,
},
},
to
=
request_info
[
"session_id"
],
to
=
request_info
[
"session_id"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment