We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7415c commit a56a3c3Copy full SHA for a56a3c3
src/routes/settings/assistants/[assistantId]/+page.svelte
@@ -62,7 +62,7 @@
62
63
<p class="text-sm text-gray-500 dark:text-gray-400">
64
Model: <span class="font-semibold"> {assistant?.modelId} </span>
65
- <span class="text-gray-300 dark:text-gray-500">•</span> Created by
+ <span class="text-gray-300 dark:text-gray-500">•</span> Created by
66
<a class="underline" href="{base}/assistants?user={assistant?.createdByName}">
67
{assistant?.createdByName}
68
</a>
0 commit comments