This commit is contained in:
Saifeddine ALOUI 2024-05-15 00:46:40 +02:00
parent 20f1e99b8a
commit a775f82494
7 changed files with 10 additions and 10 deletions

@ -1 +1 @@
Subproject commit c4a9dc52f1d3db368b3fc821196298e89beeb945 Subproject commit 379f8116bb55c6b4a3ab409a455e753a64f9c27f

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 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI - Welcome</title> <title>LoLLMS WebUI - Welcome</title>
<script type="module" crossorigin src="/assets/index-24a66b56.js"></script> <script type="module" crossorigin src="/assets/index-ce134d76.js"></script>
<link rel="stylesheet" href="/assets/index-7d5e8764.css"> <link rel="stylesheet" href="/assets/index-d51e4b15.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@ -1668,7 +1668,6 @@ export default {
}, },
finalMsgEvent(msgObj) { finalMsgEvent(msgObj) {
let index=0; let index=0;
// Last message contains halucination suppression so we need to update the message content too // Last message contains halucination suppression so we need to update the message content too
this.discussion_id = msgObj.discussion_id this.discussion_id = msgObj.discussion_id
if (this.currentDiscussion.id == this.discussion_id) { if (this.currentDiscussion.id == this.discussion_id) {
@ -1684,6 +1683,7 @@ export default {
nextTick(() => { nextTick(() => {
const msgList = document.getElementById('messages-list') const msgList = document.getElementById('messages-list')
this.scrollBottom(msgList) this.scrollBottom(msgList)
this.recoverFiles()
}) })

@ -1 +1 @@
Subproject commit 77351294c95097a607b553908aad53725e414ec7 Subproject commit b6477c46bffb40e8a3689737157cee27b9f5ebe0

@ -1 +1 @@
Subproject commit 6dbd8987d22c5745b1b0d5980f5d87d4dd97452c Subproject commit e0bcb7028277a1936f7875633dc507cf0cbb92dc