This commit is contained in:
Saifeddine ALOUI 2024-12-20 01:36:31 +01:00
parent c8f70dff5b
commit b1931d1a5a
4 changed files with 10 additions and 6 deletions

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
View File

@ -6,8 +6,8 @@
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI</title>
<script type="module" crossorigin src="/assets/index-BTQTYfUI.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-cTWSFWeK.css">
<script type="module" crossorigin src="/assets/index-CkjtX-41.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B5UE_gEA.css">
</head>
<body>
<div id="app"></div>

View File

@ -4534,6 +4534,10 @@ export default {
// Add new entry with default values including alias
this.configFile.remote_databases.push("new_database::lightrag::localhost");
this.settingsChanged = true;
},
removeDataBase(index) {
this.configFile.remote_databases.splice(index, 1);
this.settingsChanged = true;
},
fetchElevenLabsVoices() {