mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
fixed ui
This commit is contained in:
parent
c09cd589a9
commit
4914f20190
@ -1,5 +1,5 @@
|
|||||||
# =================== Lord Of Large Language Multimodal Systems Configuration file ===========================
|
# =================== Lord Of Large Language Multimodal Systems Configuration file ===========================
|
||||||
version: 50
|
version: 51
|
||||||
binding_name: null
|
binding_name: null
|
||||||
model_name: null
|
model_name: null
|
||||||
|
|
||||||
@ -130,3 +130,7 @@ fun_mode: False
|
|||||||
# webui configurations
|
# webui configurations
|
||||||
show_code_of_conduct: true
|
show_code_of_conduct: true
|
||||||
activate_audio_infos: 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
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>LoLLMS WebUI - Welcome</title>
|
<title>LoLLMS WebUI - Welcome</title>
|
||||||
<script type="module" crossorigin src="/assets/index-4c104035.js"></script>
|
<script type="module" crossorigin src="/assets/index-14ee3a3f.js"></script>
|
||||||
<link rel="stylesheet" href="/assets/index-b2ee99e7.css">
|
<link rel="stylesheet" href="/assets/index-d55ae77e.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
@ -782,7 +782,7 @@
|
|||||||
<div class="flex flex-row">
|
<div class="flex flex-row">
|
||||||
<select
|
<select
|
||||||
id="whisper_model"
|
id="whisper_model"
|
||||||
v-model="configFile.audio_in_language"
|
v-model="configFile.whisper_model"
|
||||||
@change="settingsChanged=true"
|
@change="settingsChanged=true"
|
||||||
class="w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"
|
class="w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"
|
||||||
>
|
>
|
||||||
@ -791,15 +791,6 @@
|
|||||||
{{ whispermodel }}
|
{{ whispermodel }}
|
||||||
</option>
|
</option>
|
||||||
</select>
|
</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>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 01a623975053e929c2c7cf2ea6c29d83c3c118cd
|
Subproject commit 7dc06e9a471d2d577602753238b85e9ee86ad437
|
Loading…
Reference in New Issue
Block a user