mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
enhanced
This commit is contained in:
parent
20f1e99b8a
commit
a775f82494
@ -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
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-24a66b56.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-7d5e8764.css">
|
||||
<script type="module" crossorigin src="/assets/index-ce134d76.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-d51e4b15.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -1668,7 +1668,6 @@ export default {
|
||||
},
|
||||
finalMsgEvent(msgObj) {
|
||||
let index=0;
|
||||
|
||||
// Last message contains halucination suppression so we need to update the message content too
|
||||
this.discussion_id = msgObj.discussion_id
|
||||
if (this.currentDiscussion.id == this.discussion_id) {
|
||||
@ -1684,6 +1683,7 @@ export default {
|
||||
nextTick(() => {
|
||||
const msgList = document.getElementById('messages-list')
|
||||
this.scrollBottom(msgList)
|
||||
this.recoverFiles()
|
||||
})
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 77351294c95097a607b553908aad53725e414ec7
|
||||
Subproject commit b6477c46bffb40e8a3689737157cee27b9f5ebe0
|
@ -1 +1 @@
|
||||
Subproject commit 6dbd8987d22c5745b1b0d5980f5d87d4dd97452c
|
||||
Subproject commit e0bcb7028277a1936f7875633dc507cf0cbb92dc
|
Loading…
Reference in New Issue
Block a user