This commit is contained in:
Saifeddine ALOUI 2024-02-12 23:37:45 +01:00
parent 261d2639ff
commit f98007c8f7
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

2
web/dist/index.html vendored
View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI - Welcome</title>
<script type="module" crossorigin src="/assets/index-88872052.js"></script>
<script type="module" crossorigin src="/assets/index-d3040508.js"></script>
<link rel="stylesheet" href="/assets/index-0145fd98.css">
</head>
<body>

View File

@ -12,7 +12,7 @@
</button>
<div class="relative w-full max-h-full ">
<form class="mb-4">
<div class="container relative bg-white rounded-lg shadow dark:bg-gray-700" style="height:500px; overflow-y: auto;">
<div class="container relative items-center gap-2 rounded-lg border bg-white p-1.5 shadow-sm hover:shadow-none dark:border-gray-800 dark:bg-gray-900" style="height:500px; overflow-y: auto;">
<table class="w-full">
<tr>
<td><label for="personalityConditioning">Personality Conditioning:</label></td><td><textarea id="personalityConditioning" class="w-full" v-model="config.personality_conditioning"></textarea></td>
@ -76,7 +76,7 @@
</table>
</div>
</form>
<div class="flex flex-row mt-4">
<div class="flex flex-row mt-4 text-center">
<button type="submit" @click.prevent="submitForm" class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
Commit AI to Server
</button>

@ -1 +1 @@
Subproject commit 27c0639df426ceec74b140876aa1e3f4700bd9b9
Subproject commit 542ee5becb01616c312404343c64ca5797104591