mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
sync
This commit is contained in:
parent
f8b6489d06
commit
fb66c9c179
File diff suppressed because one or more lines are too long
2
web/dist/index.html
vendored
2
web/dist/index.html
vendored
@ -6,7 +6,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-6179c5cb.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-f9b7f9cd.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-7711d71f.css">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -385,7 +385,6 @@ export const store = createStore({
|
||||
console.log("setModelsArr",modelsArr)
|
||||
console.log("this.state.modelsZoo",this.state.modelsZoo)
|
||||
this.state.modelsZoo.map((item)=>{
|
||||
console.log("model found")
|
||||
item.isInstalled=modelsArr.includes(item.name)
|
||||
})
|
||||
this.state.installedModels = this.state.modelsZoo.filter(item=> item.isInstalled)
|
||||
|
Loading…
Reference in New Issue
Block a user