This commit is contained in:
Saifeddine ALOUI 2023-11-12 02:56:01 +01:00
parent 45c64f7130
commit 5ab465f624
5 changed files with 26 additions and 39 deletions

View File

@ -168,7 +168,7 @@ This Flask server provides various endpoints to manage and interact with the cha
"auto_read": false,
"binding": "llama_cpp",
"config": "local_config.yaml",
"ctx_size": 2048,
"ctx_size": 4096,
"db_path": "databases/database.db",
"debug": false,
"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
View File

@ -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-9df9245b.js"></script>
<link rel="stylesheet" href="/assets/index-14b749f0.css">
<script type="module" crossorigin src="/assets/index-56ed6360.js"></script>
<link rel="stylesheet" href="/assets/index-53f68d79.css">
</head>
<body>
<div id="app"></div>

View File

@ -4039,19 +4039,7 @@ export default {
this.applyConfiguration()
}
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
}