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:
@@ -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