latest build 5

This commit is contained in:
AndzejsP 2023-05-31 13:29:03 +03:00
parent c221386833
commit 1e7f47afa9
4 changed files with 21 additions and 14 deletions

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">
<title>GPT4All - WEBUI</title>
<script type="module" crossorigin src="/assets/index-adf0ac55.js"></script>
<link rel="stylesheet" href="/assets/index-d52a77f8.css">
<script type="module" crossorigin src="/assets/index-a537b6af.js"></script>
<link rel="stylesheet" href="/assets/index-0f477b42.css">
</head>
<body>
<div id="app"></div>

View File

@ -1129,6 +1129,13 @@ export default {
if (this.isCreated) {
this.loadLastUsedDiscussion()
nextTick(() => {
const msgList = document.getElementById('messages-list')
this.scrollBottom(msgList)
})
}
},
components: {