feat: model filter backend

This commit is contained in:
Timothy J. Baek 2024-03-09 21:19:20 -08:00
parent 6d5ff8d469
commit b550e23bf6
4 changed files with 61 additions and 6 deletions

View file

@ -19,7 +19,7 @@
export let suggestionPrompts = [];
export let autoScroll = true;
let chatTextAreaElement:HTMLTextAreaElement
let chatTextAreaElement: HTMLTextAreaElement;
let filesInputElement;
let promptsElement;