mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-21 17:36:39 +00:00
upgraded
This commit is contained in:
parent
724f4d01da
commit
e573261251
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-c57bcf40.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-76d7a217.css">
|
||||
<script type="module" crossorigin src="/assets/index-1800178d.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-79a3681d.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<RouterLink :to="{ name: 'playground' }" class="link-item dark:link-item-dark">
|
||||
Playground
|
||||
</RouterLink>
|
||||
<RouterLink :to="{ name: 'interactive' }" class="link-item dark:link-item-dark">
|
||||
<RouterLink v-if="this.$store.state.config.enable_voice_service" :to="{ name: 'interactive' }" class="link-item dark:link-item-dark">
|
||||
interactive
|
||||
</RouterLink>
|
||||
<RouterLink :to="{ name: 'nodes' }" class="link-item dark:link-item-dark">
|
||||
|
@ -4260,13 +4260,13 @@ export default {
|
||||
imgModel:{
|
||||
get() {
|
||||
try{
|
||||
idx = this.$store.state.modelsZoo.findIndex(item => item.name == this.$store.state.selectedModel)
|
||||
let idx = this.$store.state.modelsZoo.findIndex(item => item.name == this.$store.state.selectedModel)
|
||||
if(idx>=0){
|
||||
return this.$store.state.modelsZoo[idx].avatar
|
||||
}
|
||||
}
|
||||
catch{
|
||||
|
||||
console.log("error")
|
||||
}
|
||||
if (!this.isMounted) {
|
||||
return defaultImgPlaceholder
|
||||
|
Loading…
x
Reference in New Issue
Block a user