chore: should not filter out models first launch

This commit is contained in:
Louis 2025-03-20 23:05:18 +07:00
parent fd2d23869c
commit 3568053084
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -80,7 +80,7 @@ const filterOptions = [
},
]
const hubCompatibleAtom = atom(true)
const hubCompatibleAtom = atom(false)
const HubScreen = () => {
const { sources } = useGetModelSources()