mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-13 22:02:58 +00:00
sync
This commit is contained in:
parent
1d302915ae
commit
b9aa86ca59
@ -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
4
web/dist/index.html
vendored
@ -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>
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user