upgraded lollms configs

This commit is contained in:
Saifeddine ALOUI 2024-01-15 01:10:40 +01:00
parent bc07d09629
commit a525413a1e
6 changed files with 19 additions and 12 deletions

View File

@ -1,5 +1,5 @@
# =================== Lord Of Large Language Models Configuration file ===========================
version: 45
version: 46
binding_name: null
model_name: null
@ -42,6 +42,13 @@ db_path: database.db
# Automatic updates
debug: False
auto_update: true
auto_sync_personalities: true
auto_sync_extensions: true
auto_sync_bindings: true
auto_sync_models: true
auto_save: true
auto_title: false
# Install mode (cpu, cpu-noavx, nvidia-tensorcores, nvidia, amd-noavx, amd, apple-intel, apple-silicon)

@ -1 +1 @@
Subproject commit d970f803251df368a463bc2e561649c037221b09
Subproject commit 6c2199b5f37996def6508f33f1334cd13a010a0c

File diff suppressed because one or more lines are too long

2
web/dist/index.html vendored
View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI - Welcome</title>
<script type="module" crossorigin src="/assets/index-831986d0.js"></script>
<script type="module" crossorigin src="/assets/index-c57bcf40.js"></script>
<link rel="stylesheet" href="/assets/index-76d7a217.css">
</head>
<body>

View File

@ -9,7 +9,7 @@
Playground
</RouterLink>
<RouterLink :to="{ name: 'interactive' }" class="link-item dark:link-item-dark">
Interactive (under construction)
interactive
</RouterLink>
<RouterLink :to="{ name: 'nodes' }" class="link-item dark:link-item-dark">
Nodes (under construction)
@ -33,16 +33,16 @@
</div>
</div>
</div>
</template>
<script setup>
</template>
<script setup>
import { nextTick } from 'vue';
import feather from 'feather-icons';
import { RouterLink } from 'vue-router';
import { store } from '../main';
</script>
</script>
<style>
<style>
.container {
/* Remove margin and padding */
margin: 0;
@ -139,5 +139,5 @@
align-items: center;
padding: 5px;
}
</style>
</style>

@ -1 +1 @@
Subproject commit 69ded85388a7819d438d1a979686d3c1d25ef67b
Subproject commit 6ec1d7348fe81a39ffcb8ec0cc428c56851d70fc