This commit is contained in:
Saifeddine ALOUI 2023-07-20 02:27:55 +02:00
parent 94b1e5ca2d
commit 4c46dbf094
5 changed files with 38 additions and 38 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>LoLLMS WebUI - Welcome</title>
<script type="module" crossorigin src="/assets/index-12bf0526.js"></script>
<link rel="stylesheet" href="/assets/index-61c53820.css">
<script type="module" crossorigin src="/assets/index-45195456.js"></script>
<link rel="stylesheet" href="/assets/index-2014a4be.css">
</head>
<body>
<div id="app"></div>

View File

@ -896,7 +896,7 @@ export default {
message: msg,
id: lastmsgid,
rank: 0,
user: this.$store.config.user_name,
user: this.$store.state.config.user_name,
created_at: new Date().toLocaleString(),
};

View File

@ -2502,7 +2502,7 @@ export default {
this.isLoading = true
this.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("all_personalities")
// console.log(dictionary)