forked from open-webui/open-webui
feat: multiple openai apis
This commit is contained in:
parent
51d509bafb
commit
c255cba198
6 changed files with 277 additions and 143 deletions
|
@ -97,14 +97,11 @@
|
|||
if (localDBChats.length === 0) {
|
||||
await deleteDB('Chats');
|
||||
}
|
||||
|
||||
console.log('localdb', localDBChats);
|
||||
}
|
||||
|
||||
console.log(DB);
|
||||
} catch (error) {
|
||||
// IndexedDB Not Found
|
||||
console.log('IDB Not Found');
|
||||
}
|
||||
|
||||
console.log();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue