forked from open-webui/open-webui
feat: modelfile ollamahub link to creator
This commit is contained in:
parent
7074a882b4
commit
453674aeb7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue