mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
Upgraded
This commit is contained in:
parent
c6c2f66b67
commit
de2a328183
@ -36,7 +36,7 @@ lollmsElfServer = LOLLMSWebUI.get_instance()
|
||||
# ----------------------------------- events -----------------------------------------
|
||||
def add_events(sio:socketio):
|
||||
@sio.on('new_discussion')
|
||||
async def new_discussion(sid, environ, data):
|
||||
async def new_discussion(sid, data):
|
||||
ASCIIColors.yellow("New descussion requested")
|
||||
client_id = sid
|
||||
title = data["title"]
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 5a16ba20be506145a791754c36eef7ab71eda6e0
|
||||
Subproject commit 52d77cacc14d5f92e3151ef922d3694c44ac213d
|
Loading…
Reference in New Issue
Block a user