forked from open-webui/open-webui
refac: web api voice
This commit is contained in:
parent
efd546ff36
commit
ce31113abd
3 changed files with 48 additions and 43 deletions
|
@ -12,7 +12,6 @@ export const chatId = writable('');
|
|||
export const chats = writable([]);
|
||||
export const tags = writable([]);
|
||||
export const models = writable([]);
|
||||
export const voices = writable([]);
|
||||
|
||||
export const modelfiles = writable([]);
|
||||
export const prompts = writable([]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue