feat: rename to open-webui

This commit is contained in:
Timothy J. Baek 2024-02-16 23:04:37 -08:00
parent f4000f4b68
commit acf5c938ef
10 changed files with 37 additions and 32 deletions

View file

@ -27,8 +27,8 @@
const chat = (await getChatById(localStorage.token, $chatId)).chat;
console.log('share', chat);
toast.success('Redirecting you to OllamaHub');
const url = 'https://ollamahub.com';
toast.success('Redirecting you to OpenWebUI Community');
const url = 'https://openwebui.com';
// const url = 'http://localhost:5173';
const tab = await window.open(`${url}/chats/upload`, '_blank');