mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
fix
This commit is contained in:
parent
6eb082191f
commit
f70ab50c94
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-7439e9f8.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-1118f82b.css">
|
||||
<script type="module" crossorigin src="/assets/index-47e3b80e.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-592e836e.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -1003,9 +1003,7 @@
|
||||
@change="settingsChanged=true"
|
||||
class="w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"
|
||||
>
|
||||
<option value="bert-large-uncased">bert-large-uncased</option>
|
||||
<option value="bert-base-uncased">bert-base-uncased</option>
|
||||
<option value="word2vec">Word2Vec Vectorizer</option>
|
||||
<option value="bert-base-nli-mean-tokens">bert-base-nli-mean-tokens</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user