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:
1
dist/assets/index-Cc0DLWqA.css
vendored
1
dist/assets/index-Cc0DLWqA.css
vendored
File diff suppressed because one or more lines are too long
69
dist/assets/index-DKAz6gtp.js
vendored
69
dist/assets/index-DKAz6gtp.js
vendored
File diff suppressed because one or more lines are too long
14
dist/index.html
vendored
14
dist/index.html
vendored
@@ -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>
|
||||
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user