feat: modelfile ollamahub link to creator

This commit is contained in:
Timothy J. Baek 2023-12-08 21:05:03 -08:00
parent 7074a882b4
commit 453674aeb7
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@
</div>
{#if selectedModelfile.user}
<div class="mt-0.5 text-sm font-normal text-gray-500 dark:text-gray-500">
By <a href="https://ollamahub.com/"
By <a href="https://ollamahub.com/m/{selectedModelfile.user.username}"
>{selectedModelfile.user.name
? selectedModelfile.user.name
: `@${selectedModelfile.user.username}`}</a