mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-16 15:08:54 +00:00
sync
This commit is contained in:
parent
c75f7a3ce4
commit
99162b045a
@ -1 +1 @@
|
||||
Subproject commit ac18f25ffa826a10b712871118cbad4456224444
|
||||
Subproject commit 28167e0f4de20a21cad90e70922a1e2cb1df4404
|
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-5eeb2e9a.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-d147e8ad.css">
|
||||
<script type="module" crossorigin src="/assets/index-1a9b6579.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-8b7a6d49.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -609,9 +609,9 @@ export default {
|
||||
if (this.$store.state.config.personalities.includes(pers_path)) {
|
||||
|
||||
const res = await this.select_personality(pers)
|
||||
console.log('pers is mounted', res)
|
||||
this.$store.dispatch('refreshMountedPersonalities');
|
||||
await this.$store.dispatch('refreshMountedPersonalities');
|
||||
await this.$store.dispatch('refreshConfig');
|
||||
console.log('pers is mounted', res)
|
||||
|
||||
if (res && res.status && res.active_personality_id > -1) {
|
||||
this.$store.state.toast.showToast("Selected personality:\n" + pers.name, 4, true)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b40bc3447906a6631770822ff15b07c478249b22
|
||||
Subproject commit 370a5cfac146064e61d421857eaafa0fe177db5e
|
Loading…
x
Reference in New Issue
Block a user