mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-27 06:39:34 +00:00
updated
This commit is contained in:
parent
c8f70dff5b
commit
b1931d1a5a
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 @@
|
||||
<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>
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user