mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 02:39:47 +00:00
upgraded models
This commit is contained in:
parent
6d257ac6b7
commit
417055fa55
@ -36,7 +36,7 @@ async def get_lollms_webui_version():
|
||||
async def restart_program():
|
||||
"""Restart the program."""
|
||||
# Stop the socketIO server
|
||||
run_async(lollmsElfServer.sio.shutdown)
|
||||
await lollmsElfServer.sio.shutdown()
|
||||
# Sleep for 1 second before rebooting
|
||||
time.sleep(1)
|
||||
# Reboot the program
|
||||
@ -56,7 +56,7 @@ async def update_software():
|
||||
ASCIIColors.info("")
|
||||
ASCIIColors.info("")
|
||||
# Stop the socketIO server
|
||||
run_async(lollmsElfServer.sio.shutdown)
|
||||
await lollmsElfServer.sio.shutdown()
|
||||
# Sleep for 1 second before rebooting
|
||||
time.sleep(1)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 4e29f646968f656c65e086868080e81af22c747b
|
||||
Subproject commit da94e1fd74b24d480d1e8348611a233a5db79d7f
|
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 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-b802cd6b.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-cbbeaa9e.css">
|
||||
<script type="module" crossorigin src="/assets/index-d3156257.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-a2ed5f05.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -2223,6 +2223,7 @@ export default {
|
||||
data() {
|
||||
|
||||
return {
|
||||
defaultModelImgPlaceholder:defaultModelImgPlaceholder,
|
||||
voices: [],
|
||||
voice_languages:{
|
||||
"Arabic": "ar",
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 79e30e877ca4a31aadd02c8e54d3125adfa108e7
|
||||
Subproject commit 23555c1246506d2331595055c9a6d1ec1c1cbc12
|
Loading…
Reference in New Issue
Block a user