mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
updated
This commit is contained in:
parent
ddd922dbee
commit
7e02e30d21
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-sF4e5ZRd.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CgKrUHEu.css">
|
||||
<script type="module" crossorigin src="/assets/index-CwgJHVV1.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-OITkUI9z.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -1191,6 +1191,7 @@
|
||||
<!-- Disabled Option for TFIDF -->
|
||||
<option v-if="configFile.rag_vectorizer === 'tfidf'" disabled>No models available for TFIDF</option>
|
||||
</select>
|
||||
<input v-model="configFile.rag_vectorizer_model" class="w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -1198,7 +1199,7 @@
|
||||
<label for="rag_service_url" class="text-sm font-bold" style="margin-right: 1rem;">Rag service url:</label>
|
||||
</td>
|
||||
<td>
|
||||
<input v-model="configFile.rag_service_url">
|
||||
<input v-model="configFile.rag_service_url" class="w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user