mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: update XAI component links to point to the correct documentation
This commit is contained in:
parent
27830f2703
commit
8c81c557b5
1 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ export const XAI = ({
|
|||
{t("settings:providers.apiKeyStorageNotice")}
|
||||
</div>
|
||||
{!apiConfiguration?.xaiApiKey && (
|
||||
<VSCodeButtonLink href="https://api.x.ai/docs" appearance="secondary">
|
||||
<VSCodeButtonLink href="https://docs.x.ai/docs/models" appearance="secondary">
|
||||
{t("settings:providers.getXaiApiKey")}
|
||||
</VSCodeButtonLink>
|
||||
)}
|
||||
|
|
@ -148,7 +148,7 @@ export const XAI = ({
|
|||
models={routerModels?.xai ?? {}}
|
||||
modelIdKey="apiModelId"
|
||||
serviceName="xAI (Grok)"
|
||||
serviceUrl="https://api.x.ai/docs"
|
||||
serviceUrl="https://docs.x.ai/docs/models"
|
||||
setApiConfigurationField={setApiConfigurationField}
|
||||
organizationAllowList={organizationAllowList as OrganizationAllowList}
|
||||
errorMessage={modelValidationError}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue