File tree Expand file tree Collapse file tree
apps/web/src/components/organizations/byok Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments