new personas

This commit is contained in:
Saifeddine ALOUI 2024-04-07 04:11:43 +02:00
parent 526e79ac7d
commit fb52f65ccc
6 changed files with 23 additions and 23 deletions

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-1f22d0b2.js"></script>
<link rel="stylesheet" href="/assets/index-73306d64.css">
<script type="module" crossorigin src="/assets/index-41d86fe5.js"></script>
<link rel="stylesheet" href="/assets/index-b6bb82cc.css">
</head>
<body>
<div id="app"></div>

View File

@ -86,7 +86,7 @@ export default {
data() {
return {
showPopup: false,
webpageUrl: 'https://lollms.com/index.php/news/',
webpageUrl: 'https://lollms.com/',
};
},
methods: {

View File

@ -551,21 +551,6 @@
</td>
</tr>
<tr>
<td style="min-width: 200px;">
<label for="turn_on_open_file_validation" class="text-sm font-bold" style="margin-right: 1rem;">turn on code validation:</label>
</td>
<td style="width: 100%;">
<input
type="checkbox"
id="turn_on_open_file_validation"
required
v-model="configFile.turn_on_open_file_validation"
@change="settingsChanged=true"
class="mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"
>
</td>
</tr>
<tr>
<td style="min-width: 200px;">
<label for="turn_on_code_validation" class="text-sm font-bold" style="margin-right: 1rem;">turn on code validation:</label>
@ -582,6 +567,21 @@
>
</td>
</tr>
<tr>
<td style="min-width: 200px;">
<label for="turn_on_open_file_validation" class="text-sm font-bold" style="margin-right: 1rem;">turn on open file/folder validation:</label>
</td>
<td style="width: 100%;">
<input
type="checkbox"
id="turn_on_open_file_validation"
required
v-model="configFile.turn_on_open_file_validation"
@change="settingsChanged=true"
class="mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"
>
</td>
</tr>
</table>
</Card>
<Card title="Knowledge database" :is_subcard="true" class="pb-2 m-2">

@ -1 +1 @@
Subproject commit f4ea8361f9d4adbbf5cc3c7855983c97b3632400
Subproject commit 603a9b323014b3c793c400ebf98b639b095e05f1