upgraded lollms client

This commit is contained in:
Saifeddine ALOUI 2025-02-03 23:53:17 +01:00
parent daf2e69fca
commit 2c4ab3a64f
5 changed files with 7 additions and 6 deletions

2
app.py
View File

@ -85,7 +85,7 @@ def check_and_install_package(package: str, version: str):
packages: List[Tuple[str, str]] = [
("freedom_search", "0.2.2"),
("scrapemaster", "0.2.1"),
("lollms_client", "0.7.7"),
("lollms_client", "0.7.9"),
("lollmsvectordb", "1.3.8"),
]

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

View File

@ -1,8 +1,9 @@
<template>
<!-- Chatbar Container: Fixed, centered, and compact with a modern look -->
<div
class="fixed bottom-8 left-1/2 transform -translate-x-1/2 w-full max-w-2xl p-6 bg-white/95 dark:bg-gray-900/95 backdrop-blur-sm rounded-xl border border-gray-200 dark:border-gray-700 shadow-2xl"
class="fixed bottom-8 left-1/2 transform -translate-x-1/2 w-full max-w-2xl p-6 bg-white/95 dark:bg-gray-900/95 backdrop-blur-sm rounded-xl border border-gray-200 dark:border-gray-700 shadow-2xl transition-all duration-300 ease-in-out"
>
<!-- Files Panel (if any files are attached) -->
<div v-if="filesList.length > 0" class="mb-3">
<div class="flex items-center justify-between mb-2">