This commit is contained in:
Saifeddine ALOUI 2025-03-10 21:55:24 +01:00
parent 1d302915ae
commit b9aa86ca59
6 changed files with 102 additions and 89 deletions

@ -1 +1 @@
Subproject commit 82576d1827dcba4d30189095a910ad62f97aa76c
Subproject commit 8bfe11c4f2aaf1683e0fd4ae9a15c96a214f72bc

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 @@
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI</title>
<script type="module" crossorigin src="/assets/index-CVQ1SIBP.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D0aN-ZIb.css">
<script type="module" crossorigin src="/assets/index-CU9dGxkJ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C_S5G8rv.css">
</head>
<body>
<div id="app"></div>

View File

@ -617,6 +617,19 @@
<label class="toggle-label block overflow-hidden h-6 rounded-full bg-gray-300 dark:bg-gray-600 cursor-pointer"></label>
</div>
</div>
<div class="setting-row flex items-center justify-between p-4 bg-white dark:bg-gray-800 rounded-lg shadow-sm">
<label class="font-bold text-sm text-gray-700 dark:text-gray-200">Keep thoughts in context</label>
<div class="relative inline-block w-12 h-6">
<input type="checkbox"
v-model="configFile.keep_thoughts"
@change="settingsChanged=true"
class="absolute block w-6 h-6 rounded-full bg-white border-4 appearance-none cursor-pointer
transition-transform duration-200 ease-in-out checked:translate-x-6 checked:bg-blue-500">
<label class="toggle-label block overflow-hidden h-6 rounded-full bg-gray-300 dark:bg-gray-600 cursor-pointer"></label>
</div>
</div>
</div>
</div>

@ -1 +1 @@
Subproject commit 4ae6c14dcf8e8d8d10884eca92499bd6ad89df98
Subproject commit 511976209318cb259b70f6093995c975c1c72bca