mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
upgraded models
This commit is contained in:
parent
40642d5f70
commit
c1d78cd716
@ -1 +1 @@
|
||||
Subproject commit cbe2a5363ad5ef914b71a948560b0accce15cc66
|
||||
Subproject commit 82df5893d1e4c798498424a98a371c70dbd3a68d
|
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-2ad452f8.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-97238be3.css">
|
||||
<script type="module" crossorigin src="/assets/index-57650c64.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-96fe54f7.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -1330,7 +1330,7 @@
|
||||
required
|
||||
v-model="configFile.headless_server_mode"
|
||||
@change="settingsChanged=true"
|
||||
class="w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"
|
||||
class="mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
@ -1345,7 +1345,7 @@
|
||||
required
|
||||
v-model="configFile.activate_lollms_server"
|
||||
@change="settingsChanged=true"
|
||||
class="w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"
|
||||
class="mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
@ -1360,7 +1360,7 @@
|
||||
required
|
||||
v-model="configFile.activate_ollama_emulator"
|
||||
@change="settingsChanged=true"
|
||||
class="w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"
|
||||
class="mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
@ -1375,7 +1375,7 @@
|
||||
required
|
||||
v-model="configFile.activate_openai_emulator"
|
||||
@change="settingsChanged=true"
|
||||
class="w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"
|
||||
class="mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
@ -1390,7 +1390,7 @@
|
||||
required
|
||||
v-model="configFile.activate_mistralai_emulator"
|
||||
@change="settingsChanged=true"
|
||||
class="w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"
|
||||
class="mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
@ -3723,7 +3723,7 @@ export default {
|
||||
},
|
||||
onCopyLink(modelEntry) {
|
||||
this.$store.state.toast.showToast("Copied link to clipboard!", 4, true)
|
||||
navigator.clipboard.writeText('https://huggingface.co/'+modelEntry.model.quantizer+'/'+modelEntry.model.name);
|
||||
navigator.clipboard.writeText(modelEntry.model.name);
|
||||
},
|
||||
onCopyPersonalityName(personality) {
|
||||
this.$store.state.toast.showToast("Copied name to clipboard!", 4, true)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 889a76d4a97933062f133836966ac25252571aca
|
||||
Subproject commit a08d5d634f6be938e49af2de50fa3544f085be74
|
Loading…
Reference in New Issue
Block a user