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> <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"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI</title> <title>LoLLMS WebUI</title>
<script type="module" crossorigin src="/assets/index-BTQTYfUI.js"></script> <script type="module" crossorigin src="/assets/index-CkjtX-41.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-cTWSFWeK.css"> <link rel="stylesheet" crossorigin href="/assets/index-B5UE_gEA.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@ -4536,6 +4536,10 @@ export default {
this.settingsChanged = true; this.settingsChanged = true;
}, },
removeDataBase(index) {
this.configFile.remote_databases.splice(index, 1);
this.settingsChanged = true;
},
fetchElevenLabsVoices() { fetchElevenLabsVoices() {
fetch('https://api.elevenlabs.io/v1/voices') fetch('https://api.elevenlabs.io/v1/voices')
.then(response => response.json()) .then(response => response.json())