forked from open-webui/open-webui
feat: rename to open-webui
This commit is contained in:
parent
f4000f4b68
commit
acf5c938ef
10 changed files with 37 additions and 32 deletions
|
@ -54,7 +54,7 @@
|
|||
</div>
|
||||
{#if modelfile.user}
|
||||
<div class="mt-0.5 text-sm font-normal text-gray-500 dark:text-gray-500">
|
||||
By <a href="https://ollamahub.com/m/{modelfile.user.username}"
|
||||
By <a href="https://openwebui.com/m/{modelfile.user.username}"
|
||||
>{modelfile.user.name ? modelfile.user.name : `@${modelfile.user.username}`}</a
|
||||
>
|
||||
</div>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
show = false;
|
||||
}}
|
||||
>
|
||||
Share to OllamaHub
|
||||
Share to OpenWebUI Community
|
||||
</button>
|
||||
|
||||
<div class="flex justify-center space-x-1 mt-1.5">
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue