mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-03-03 20:30:31 +00:00
fixed code
This commit is contained in:
parent
fd572f86f5
commit
27855241d0
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-D7iKQYcq.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-g6y9Yzq7.css">
|
||||
<script type="module" crossorigin src="/assets/index-D52iWIrv.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BTsjazDD.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -5304,7 +5304,7 @@ export default {
|
||||
},
|
||||
async showLightRagWebUI(index){
|
||||
// Construct the WebUI URL using the config file
|
||||
const webuiUrl = `${this.configFile.datalakes[index].url}/webui`;
|
||||
const webuiUrl = `${this.configFile.datalakes[index].url.replace(/\/$/, '')}/webui`;
|
||||
|
||||
// Open the WebUI in a new tab
|
||||
window.open(webuiUrl, '_blank');
|
||||
|
Loading…
x
Reference in New Issue
Block a user