fixed bugs

This commit is contained in:
Saifeddine ALOUI 2024-11-05 02:20:58 +01:00
parent c637da781a
commit e2dd3bb455
5 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 7a73972055ab835ef18b2177a5b25e6b0a80b101
Subproject commit 26d736b6b41442b18b859aba4e25a555341a8a2f

View File

@ -68,7 +68,7 @@ def terminate_thread(thread):
else:
ASCIIColors.yellow("Canceled successfully")# The current version of the webui
lollms_webui_version="v14 (code name Saïph 🌟)"
lollms_webui_version="v14.5 Alpha (code name Saïph 🌟)"

File diff suppressed because one or more lines are too long

2
web/dist/index.html vendored
View File

@ -6,7 +6,7 @@
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI</title>
<script type="module" crossorigin src="/assets/index-CmBQe9pl.js"></script>
<script type="module" crossorigin src="/assets/index-D4zaNFXn.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B-rQgXcH.css">
</head>
<body>

View File

@ -92,7 +92,7 @@ export const store = createStore({
state.personalities[index]=newPersonality;
}
else{
console.log("Can't uipdate personality beceause it was Not found")
console.log("Can't uipdate personality beceause it was Not found:",newPersonality.full_path)
}
},
setLeftPanelCollapsed(state, status) {