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

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(() => {