feat: prompt share integration with ollamahub

This commit is contained in:
Timothy J. Baek 2024-01-03 14:39:22 -08:00
parent 47803fbeb2
commit 22864d7598
2 changed files with 37 additions and 166 deletions

View file

@ -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) => {