auto-git:

[change] src/App.jsx
 [unlink] dist/assets/index-Cc0DLWqA.css
 [unlink] dist/assets/index-DKAz6gtp.js
 [unlink] dist/index.html
This commit is contained in:
2026-03-19 21:10:12 +01:00
parent 3694704470
commit 3399661809
4 changed files with 6 additions and 84 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
dist/index.html vendored
View File

@@ -1,14 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LLM Desktop</title>
<script type="module" crossorigin src="/assets/index-DKAz6gtp.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Cc0DLWqA.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

View File

@@ -789,6 +789,12 @@ async function regenerateFromIndex(index, overrideUserText = null) {
} catch {}
}, [chatLibrarySlug]);
useEffect(() => {
if (chatLibrarySlug && chatLibrary && !chatLibrary.states?.is_indexed) {
setChatLibrarySlug(null)
}
}, [chatLibrarySlug, chatLibrary]);
useEffect(() => {
if (!ollamaApiUrl) return;
const interval = setInterval(() => {