feat: model download from model selector

This commit is contained in:
Timothy J. Baek 2024-03-24 23:03:26 -07:00
parent 9560f9196d
commit c19ea89a1d
4 changed files with 367 additions and 32 deletions

View file

@ -7,8 +7,9 @@ export const config = writable(undefined);
export const user = writable(undefined);
// Frontend
export const theme = writable('system');
export const MODEL_DOWNLOAD_POOL = writable({});
export const theme = writable('system');
export const chatId = writable('');
export const chats = writable([]);