Skip to content

Commit

Permalink
Fixes huggingface#746: format and merge
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikGS committed Feb 14, 2024
1 parent dd7415c commit a56a3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/settings/assistants/[assistantId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<p class="text-sm text-gray-500 dark:text-gray-400">
Model: <span class="font-semibold"> {assistant?.modelId} </span>
<span class="text-gray-300 dark:text-gray-500">•</span> Created by
<span class="text-gray-300 dark:text-gray-500">•</span> Created by
<a class="underline" href="{base}/assistants?user={assistant?.createdByName}">
{assistant?.createdByName}
</a>
Expand Down

0 comments on commit a56a3c3

Please sign in to comment.