mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-03-22 03:45:20 +00:00
upgraded
This commit is contained in:
parent
e49f65529e
commit
dd2fbab440
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-d35f36a9.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-d8634d95.css">
|
||||
<script type="module" crossorigin src="/assets/index-5b1487f6.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-1b49592b.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -612,6 +612,8 @@ export default {
|
||||
await this.$store.dispatch('refreshModels');
|
||||
await this.$store.dispatch('refreshMountedPersonalities');
|
||||
await this.$store.dispatch('refreshConfig');
|
||||
await this.$store.dispatch('fetchLanguages');
|
||||
await this.$store.dispatch('fetchLanguage');
|
||||
console.log('pers is mounted', res)
|
||||
|
||||
if (res && res.status && res.active_personality_id > -1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user