This commit is contained in:
Saifeddine ALOUI 2025-01-22 00:47:38 +01:00
parent 136def9107
commit 35076a529c
6 changed files with 248 additions and 236 deletions

View File

@ -1,5 +1,5 @@
# =================== Lord Of Large Language Multimodal Systems Configuration file ===========================
version: 148
version: 149
# video viewing and news recovering
last_viewed_video: null
@ -71,6 +71,7 @@ extensions: []
user_name: user
user_description: ""
use_assistant_name_in_discussion: false
use_user_name_in_discussions: false
use_model_name_in_discussions: false
user_avatar: null

@ -1 +1 @@
Subproject commit f21ad95a497de6864f22daa1b96b34c8748a24b8
Subproject commit 06f5390f34647b5fe30bf4bd1d150304db0101bd

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-CX04FRDU.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CWAle_SQ.css">
<script type="module" crossorigin src="/assets/index-BgAGctzI.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-HwbqKH2E.css">
</head>
<body>
<div id="app"></div>

View File

@ -362,6 +362,17 @@
<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">Use assistant name in discussion</label>
<div class="relative inline-block w-12 h-6">
<input type="checkbox"
v-model="configFile.use_assistant_name_in_discussion"
@change="settingsChanged=true"
class="toggle-checkbox 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 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">Use model name in discussions</label>
<div class="relative inline-block w-12 h-6">