mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
fixed bugs
This commit is contained in:
parent
c637da781a
commit
e2dd3bb455
@ -1 +1 @@
|
||||
Subproject commit 7a73972055ab835ef18b2177a5b25e6b0a80b101
|
||||
Subproject commit 26d736b6b41442b18b859aba4e25a555341a8a2f
|
@ -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
2
web/dist/index.html
vendored
@ -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>
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user