Dominic Elm
feat: improve prompt, add ability to abort streaming, improve message parser
012b5ba
raw
history blame
88 Bytes
import { map } from 'nanostores';
export const chatStore = map({
aborted: false,
});