This commit is contained in:
Saifeddine ALOUI 2023-12-05 22:32:14 +01:00
parent ea3c9ff589
commit 937a77c6e8
8 changed files with 49 additions and 34 deletions

@ -1 +1 @@
Subproject commit dc0c6a69b41d37c683528e12ff8f4c7bfb29b666
Subproject commit 8388d197d2b72a42f270761fd4ba9fd7b757e321

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-33320784.js"></script>
<link rel="stylesheet" href="/assets/index-2b89acea.css">
<script type="module" crossorigin src="/assets/index-db4abb7a.js"></script>
<link rel="stylesheet" href="/assets/index-ad7cb3e8.css">
</head>
<body>
<div id="app"></div>

View File

@ -447,6 +447,21 @@
</div>
</td>
</tr>
<tr>
<td style="min-width: 200px;">
<label for="min_n_predict" class="text-sm font-bold" style="margin-right: 1rem;">Minimum number of output tokens space (forces the model to have more space to speak):</label>
</td>
<td style="width: 100%;">
<input
type="number"
id="min_n_predict"
required
v-model="configFile.min_n_predict"
@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="Data Vectorization" :is_subcard="true" class="pb-2 m-2">

@ -1 +1 @@
Subproject commit 02ad467490172c100fecd4958d6590d522961d66
Subproject commit 8978a42f56eba0e3df8edf429ae5d30a400363fd

@ -1 +1 @@
Subproject commit 813a3e5efb93d727ea89e58711ce9f97c1f2a02f
Subproject commit fd7026e66aa53ccefd84c1d48d1e9816ee5db6bc

@ -1 +1 @@
Subproject commit be8781ff3d44dd901b706529d0c468a239e4583c
Subproject commit ff554d12a41043e119f787d7cbba4f69fcc619f5