mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-08 03:14:17 +00:00
updated ui
This commit is contained in:
parent
de7fcf0138
commit
7b7ffee2f8
2
app.py
2
app.py
@ -27,7 +27,7 @@ if not PackageManager.check_package_installed_with_version(
|
||||
PackageManager.install_or_update("ascii_colors")
|
||||
from ascii_colors import ASCIIColors
|
||||
|
||||
expected_pipmaster_version = "0.3.2"
|
||||
expected_pipmaster_version = "0.5.1"
|
||||
ASCIIColors.yellow(
|
||||
f"Checking pipmaster ({expected_pipmaster_version}) ...", end="", flush=True
|
||||
)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6ee60d739fd97df37300aeed33cded54a203b702
|
||||
Subproject commit ece4cadd3bc9e01f9c87d6263d65239c4af06d11
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
<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-x-0ftTRU.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CyfktQIU.css">
|
||||
<script type="module" crossorigin src="/assets/index-DaT2FpMZ.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DSG_eTmX.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -7877,6 +7877,8 @@ export default {
|
||||
|
||||
async api_get_req(endpoint) {
|
||||
try {
|
||||
console.log("getting :")
|
||||
console.log(endpoint)
|
||||
const res = await axios.get("/" + endpoint);
|
||||
|
||||
if (res) {
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit abfc078b13548b1b71b4259cdaaeb2f4a5ce824d
|
||||
Subproject commit 6df910a524ea59715ce5724a7cd136f4f23b23f2
|
@ -1 +1 @@
|
||||
Subproject commit adf6bd9641d54a72bf75f3ee28e9c8e3d548fabf
|
||||
Subproject commit 2674a1bdccfc1297a009e8600fcbd6722724459d
|
Loading…
x
Reference in New Issue
Block a user