mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 02:39:47 +00:00
sync
This commit is contained in:
parent
8a05493128
commit
a989695579
@ -1 +1 @@
|
||||
Subproject commit 8ca1e3c2c054ecd88301d1358ab57f97cb98ebac
|
||||
Subproject commit 8ba91e75c62af1718cde95a20c3f428293865bd8
|
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-f484b744.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-a28785bd.css">
|
||||
<script type="module" crossorigin src="/assets/index-553929ee.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-31a9a387.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -485,7 +485,7 @@ export default {
|
||||
console.log("extracted", parts[0]);
|
||||
return {
|
||||
name: parts[0],
|
||||
value: parts[1] || 'default_value',
|
||||
value: parts[0] || 'default_value',
|
||||
icon: 'feather:file',
|
||||
help: 'start'
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user