This commit is contained in:
Saifeddine ALOUI 2024-03-24 12:32:41 +01:00
parent f8b6489d06
commit fb66c9c179
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

2
web/dist/index.html vendored
View File

@ -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>

View File

@ -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)