Skip to content

Commit 0c8c06b

Browse files
authored
Clarify BYOK message even more (#3026)
* Clarify BYOK message even more * bla
1 parent 15d24bc commit 0c8c06b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

apps/web/src/components/organizations/byok/BYOKKeysManager.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -575,13 +575,13 @@ export function BYOKKeysManager({ organizationId }: BYOKKeysManagerProps) {
575575
<AlertTriangle className="h-4 w-4 text-amber-500" />
576576
<AlertDescription>
577577
<p className="font-medium">
578-
Important: You must use a model from{' '}
579-
<strong>{directProvider.name}</strong> to use this key
578+
Important: You must use a model with{' '}
579+
<strong>{directProvider.name}</strong> prefix to use this key
580580
</p>
581581
<p className="mt-1">
582-
In your client, select a model entry from the list above with{' '}
583-
<code>{directProvider.id}/</code> prefix. After saving, you may need to
584-
wait a few minutes and restart your client for this entry to appear.
582+
In your client, select a model entry from the list above. After saving,
583+
you may need to wait a few minutes and restart your client for this
584+
entry to appear.
585585
</p>
586586
</AlertDescription>
587587
</Alert>

0 commit comments

Comments
 (0)