mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-07 19:04:18 +00:00
fixed bugs
This commit is contained in:
parent
2b4203b9ed
commit
cfb9bfd3f9
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-7e72c7b5.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-2e5c26e6.css">
|
||||
<script type="module" crossorigin src="/assets/index-c960d7c2.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-a669a6f9.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -367,6 +367,7 @@ export default {
|
||||
|
||||
try {
|
||||
const obj = {
|
||||
client_id: self.$store.state.client_id,
|
||||
category: pers.category,
|
||||
folder: pers.folder,
|
||||
language: pers.language
|
||||
|
Loading…
x
Reference in New Issue
Block a user