add chat and about page, style everything, let user upload a file and have server return string array of the file's text contents chunked by 4k characters
This commit is contained in:
5
src/lib/shared/stores/prompt.ts
Normal file
5
src/lib/shared/stores/prompt.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { writable } from 'svelte/store';
|
||||
|
||||
const prompt = writable<string>(JSON.stringify([]));
|
||||
|
||||
export default prompt;
|
Reference in New Issue
Block a user