This commit is contained in:
Saifeddine ALOUI 2024-02-04 12:06:13 +01:00
parent c09cd589a9
commit 4914f20190
7 changed files with 22 additions and 27 deletions

View File

@ -1,5 +1,5 @@
# =================== Lord Of Large Language Multimodal Systems Configuration file ===========================
version: 50
version: 51
binding_name: null
model_name: null
@ -130,3 +130,7 @@ fun_mode: False
# webui configurations
show_code_of_conduct: true
activate_audio_infos: true
# whisper configuration
whisper_model: base

@ -1 +1 @@
Subproject commit f08d7207423885d485824c7d74bf3718683230c9
Subproject commit 82fee4807e8d07016984af9cfd07a060c53a9804

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-4c104035.js"></script>
<link rel="stylesheet" href="/assets/index-b2ee99e7.css">
<script type="module" crossorigin src="/assets/index-14ee3a3f.js"></script>
<link rel="stylesheet" href="/assets/index-d55ae77e.css">
</head>
<body>
<div id="app"></div>

View File

@ -782,7 +782,7 @@
<div class="flex flex-row">
<select
id="whisper_model"
v-model="configFile.audio_in_language"
v-model="configFile.whisper_model"
@change="settingsChanged=true"
class="w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"
>
@ -791,15 +791,6 @@
{{ whispermodel }}
</option>
</select>
<input
type="checkbox"
id="activate_audio_infos"
required
v-model="configFile.whisper_model"
@change="settingsChanged=true"
class="mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"
>
</div>
</td>
</tr>

@ -1 +1 @@
Subproject commit 01a623975053e929c2c7cf2ea6c29d83c3c118cd
Subproject commit 7dc06e9a471d2d577602753238b85e9ee86ad437