mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-06 19:09:16 +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:
|
else:
|
||||||
ASCIIColors.yellow("Canceled successfully")# The current version of the webui
|
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>
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>LoLLMS WebUI</title>
|
<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">
|
<link rel="stylesheet" crossorigin href="/assets/index-B-rQgXcH.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -92,7 +92,7 @@ export const store = createStore({
|
|||||||
state.personalities[index]=newPersonality;
|
state.personalities[index]=newPersonality;
|
||||||
}
|
}
|
||||||
else{
|
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) {
|
setLeftPanelCollapsed(state, status) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user