bolt / app /lib /stores /chat.ts
0Scottzilla0's picture
Upload folder using huggingface_hub
f94c9e9 verified
import { map } from 'nanostores';
export const chatStore = map({
started: false,
aborted: false,
showChat: true,
});