mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 10:46:27 +00:00
upgraded
This commit is contained in:
parent
45c64f7130
commit
5ab465f624
@ -168,7 +168,7 @@ This Flask server provides various endpoints to manage and interact with the cha
|
|||||||
"auto_read": false,
|
"auto_read": false,
|
||||||
"binding": "llama_cpp",
|
"binding": "llama_cpp",
|
||||||
"config": "local_config.yaml",
|
"config": "local_config.yaml",
|
||||||
"ctx_size": 2048,
|
"ctx_size": 4096,
|
||||||
"db_path": "databases/database.db",
|
"db_path": "databases/database.db",
|
||||||
"debug": false,
|
"debug": false,
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
|
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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>LoLLMS WebUI - Welcome</title>
|
<title>LoLLMS WebUI - Welcome</title>
|
||||||
<script type="module" crossorigin src="/assets/index-9df9245b.js"></script>
|
<script type="module" crossorigin src="/assets/index-56ed6360.js"></script>
|
||||||
<link rel="stylesheet" href="/assets/index-14b749f0.css">
|
<link rel="stylesheet" href="/assets/index-53f68d79.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
@ -4039,19 +4039,7 @@ export default {
|
|||||||
this.applyConfiguration()
|
this.applyConfiguration()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return false
|
return false
|
||||||
|
|
||||||
}
|
|
||||||
if (!this.isModelSelected) {
|
|
||||||
const res = await this.$refs.yesNoDialog.askQuestion("Did You forgot to select model?\nYou need to select model before you leave, or else.", 'Ok', 'Cancel')
|
|
||||||
if (res) {
|
|
||||||
//
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
return false
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user