This commit is contained in:
Saifeddine ALOUI 2025-03-08 13:56:57 +01:00
parent 50d2f3a434
commit d42b438341
8 changed files with 9 additions and 9 deletions

View File

@ -51,7 +51,6 @@ def add_events(sio: socketio):
if type == 0:
ASCIIColors.info(f"Building empty User message requested by : {client_id}")
# send the message to the bot
print(f"Creating an empty message for AI answer orientation")
if lollmsElfServer.session.get_client(client_id).discussion:
lollmsElfServer.new_message(
client_id,

@ -1 +1 @@
Subproject commit 1c6bdcc2bb57d1a25b10d2e2e557109541b1d3b6
Subproject commit bd879d2605dd7d5ab2d99888151d64c863a2d2e9

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
web/dist/index.html vendored
View File

@ -6,8 +6,8 @@
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI</title>
<script type="module" crossorigin src="/assets/index-BQmctrWK.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BUB3E3cU.css">
<script type="module" crossorigin src="/assets/index-BLtF0yVR.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CXHZ6Cys.css">
</head>
<body>
<div id="app"></div>

View File

@ -2924,6 +2924,7 @@ export default {
}
},
createEmptyUserMessage(message){
console.log("Creating empty user message")
socket.emit('create_empty_message', {"type":0,"message":message}); // 0 for user and 1 for AI
},
createEmptyAIMessage(){

@ -1 +1 @@
Subproject commit bfd57ff7e86467065cc7474f30c6413ba30bb59e
Subproject commit 9ca783c44df77554abbd52b55ebcbf85b6026ec5

@ -1 +1 @@
Subproject commit dc622c9edbf4d41289cc53f95deb9163b8fbcebe
Subproject commit 59ab0232c92478f592da2093cc0d005d1147e2f7