mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-19 00:40:19 +00:00
upgraded lollms client
This commit is contained in:
parent
daf2e69fca
commit
2c4ab3a64f
2
app.py
2
app.py
@ -85,7 +85,7 @@ def check_and_install_package(package: str, version: str):
|
|||||||
packages: List[Tuple[str, str]] = [
|
packages: List[Tuple[str, str]] = [
|
||||||
("freedom_search", "0.2.2"),
|
("freedom_search", "0.2.2"),
|
||||||
("scrapemaster", "0.2.1"),
|
("scrapemaster", "0.2.1"),
|
||||||
("lollms_client", "0.7.7"),
|
("lollms_client", "0.7.9"),
|
||||||
("lollmsvectordb", "1.3.8"),
|
("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
4
web/dist/index.html
vendored
@ -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-1edDnQhM.js"></script>
|
<script type="module" crossorigin src="/assets/index-wZAUG4E5.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-i439rear.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-Dq4y7aHu.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<!-- Chatbar Container: Fixed, centered, and compact with a modern look -->
|
<!-- Chatbar Container: Fixed, centered, and compact with a modern look -->
|
||||||
<div
|
<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) -->
|
<!-- Files Panel (if any files are attached) -->
|
||||||
<div v-if="filesList.length > 0" class="mb-3">
|
<div v-if="filesList.length > 0" class="mb-3">
|
||||||
<div class="flex items-center justify-between mb-2">
|
<div class="flex items-center justify-between mb-2">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user