mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
enhanced ui
This commit is contained in:
parent
dd2605cfe6
commit
7f1f8313ea
@ -1 +1 @@
|
||||
Subproject commit 939d80ddd1f80e836a1cedddb8a77bc71e5eb6e7
|
||||
Subproject commit 7ac71dfd141dc4ef395db286233eb051c1c598a7
|
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-97965896.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-96671aab.css">
|
||||
<script type="module" crossorigin src="/assets/index-a480e6c0.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-90cddd3e.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -631,9 +631,11 @@ export default {
|
||||
console.log("after")
|
||||
const res = await axios.post('/remount_personality', obj);
|
||||
console.log("Remounting personality executed:",res)
|
||||
|
||||
|
||||
if (res) {
|
||||
console.log("Remounting personality res")
|
||||
this.$store.state.toast.showToast("Personality remounted", 4, true)
|
||||
|
||||
return res.data
|
||||
|
||||
@ -994,6 +996,7 @@ export default {
|
||||
handleOnTalk(pers){
|
||||
console.log("talking")
|
||||
this.showPersonalities=false
|
||||
this.$store.state.toast.showToast(`Personality ${pers.name} is Talking`, 4, true)
|
||||
this.onTalk(pers)
|
||||
},
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6a727c7d213f7e02370f1a2efbf4a31597b10513
|
||||
Subproject commit d704057a70ca301fa2951477e11c2f538550885b
|
Loading…
x
Reference in New Issue
Block a user