feat: improve prompt, add ability to abort streaming, improve message parser
This commit is contained in:
5
packages/bolt/app/lib/stores/chat.ts
Normal file
5
packages/bolt/app/lib/stores/chat.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { map } from 'nanostores';
|
||||
|
||||
export const chatStore = map({
|
||||
aborted: false,
|
||||
});
|
||||
Reference in New Issue
Block a user