forked from open-webui/open-webui
feat: model download from model selector
This commit is contained in:
parent
9560f9196d
commit
c19ea89a1d
4 changed files with 367 additions and 32 deletions
|
@ -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([]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue