mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
xAI: fix inversion
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ export function XAIServiceSetup(props: { serviceId: DModelsServiceId }) {
|
||||
<FormInputKey
|
||||
autoCompleteId='xai-key'
|
||||
label='API Key'
|
||||
rightLabel={<>{!needsUserKey
|
||||
rightLabel={<>{needsUserKey
|
||||
? !xaiKey && <ExternalLink level='body-sm' href={EXTERNAL_LINK_XAI_API_KEYS}>get a key</ExternalLink>
|
||||
: <AlreadySet />}
|
||||
</>}
|
||||
|
||||
Reference in New Issue
Block a user