- {#if ($settings?.pinnedModels ?? []).includes(model?.id)}
-
- {:else}
-
+ {#if model?.preset || model?.info?.base_model_id ? model?.info?.user_id === $user?.id : $user?.role === 'admin'}
+
+
+
{/if}
-
+
-
-
{
- e.stopPropagation();
- e.preventDefault();
+
+ {#if ($settings?.pinnedModels ?? []).includes(model?.id)}
+ {$i18n.t('Hide from Sidebar')}
+ {:else}
+ {$i18n.t('Keep in Sidebar')}
+ {/if}
+
+
- copyLinkHandler();
- show = false;
- }}
- >
-
-
- {$i18n.t('Copy Link')}
-
-
- {#if $config?.features.enable_community_sharing}
-
-
-
{
e.stopPropagation();
e.preventDefault();
- window.open(
- `https://openwebui.com/models?q=${encodeURIComponent(model?.id ?? '')}`,
- '_blank'
- );
+ copyLinkHandler();
show = false;
}}
>
-
+
- {$i18n.t('Community Reviews')}
-
- {/if}
-
-
+
{$i18n.t('Copy Link')}
+
+
+ {#if $config?.features.enable_community_sharing}
+
+
+
+ {/if}
+