mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-06 10:59:23 +00:00
bugfix
This commit is contained in:
parent
94b1e5ca2d
commit
4c46dbf094
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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>LoLLMS WebUI - Welcome</title>
|
<title>LoLLMS WebUI - Welcome</title>
|
||||||
<script type="module" crossorigin src="/assets/index-12bf0526.js"></script>
|
<script type="module" crossorigin src="/assets/index-45195456.js"></script>
|
||||||
<link rel="stylesheet" href="/assets/index-61c53820.css">
|
<link rel="stylesheet" href="/assets/index-2014a4be.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
@ -896,7 +896,7 @@ export default {
|
|||||||
message: msg,
|
message: msg,
|
||||||
id: lastmsgid,
|
id: lastmsgid,
|
||||||
rank: 0,
|
rank: 0,
|
||||||
user: this.$store.config.user_name,
|
user: this.$store.state.config.user_name,
|
||||||
created_at: new Date().toLocaleString(),
|
created_at: new Date().toLocaleString(),
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -2502,7 +2502,7 @@ export default {
|
|||||||
this.isLoading = true
|
this.isLoading = true
|
||||||
this.personalities = []
|
this.personalities = []
|
||||||
const dictionary = await this.api_get_req("get_all_personalities")
|
const dictionary = await this.api_get_req("get_all_personalities")
|
||||||
const config = this.$store.config
|
const config = this.$store.state.config
|
||||||
//console.log('asdas',config)
|
//console.log('asdas',config)
|
||||||
// console.log("all_personalities")
|
// console.log("all_personalities")
|
||||||
// console.log(dictionary)
|
// console.log(dictionary)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user