forked from open-webui/open-webui
feat: prompt share integration with ollamahub
This commit is contained in:
parent
47803fbeb2
commit
22864d7598
2 changed files with 37 additions and 166 deletions
|
@ -44,7 +44,7 @@
|
|||
|
||||
const url = 'https://ollamahub.com';
|
||||
|
||||
const tab = await window.open(`${url}/create`, '_blank');
|
||||
const tab = await window.open(`${url}/modelfiles/create`, '_blank');
|
||||
window.addEventListener(
|
||||
'message',
|
||||
(event) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue