mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 02:39:47 +00:00
sync
This commit is contained in:
parent
7c11f9ad1f
commit
95d4e90992
@ -1 +1 @@
|
||||
Subproject commit 6f45b1ca828e9f75ca3ed38aaf0d04d0f72a0a49
|
||||
Subproject commit b6530a640323f7aeda2763b235548ef7a351cd40
|
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">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-e001aac8.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-e9c85073.css">
|
||||
<script type="module" crossorigin src="/assets/index-807bc66c.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-6a71f446.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -2077,7 +2077,7 @@
|
||||
class="w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"
|
||||
>
|
||||
<!-- Options with language codes and corresponding language names -->
|
||||
<option v-for="whispermodel in whisperModels" :key="whispermodel" :value="whispermodel">
|
||||
<option v-for="whispermodel in openaiWhisperModels" :key="whispermodel" :value="whispermodel">
|
||||
{{ whispermodel }}
|
||||
</option>
|
||||
</select>
|
||||
@ -5770,6 +5770,11 @@ export default {
|
||||
this.$store.state.config.audio_out_voice = value;
|
||||
},
|
||||
},
|
||||
openaiWhisperModels(){
|
||||
return [
|
||||
"whisper-1"
|
||||
]
|
||||
},
|
||||
whisperModels(){
|
||||
return [
|
||||
"base",
|
||||
|
Loading…
Reference in New Issue
Block a user