Doc: fix xai (#2263)

This commit is contained in:
Dev Khant
2025-02-26 13:43:38 +05:30
committed by GitHub
parent 8e3ed634d1
commit 371848cfbc
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[XAI](https://x.ai/) is a new AI company founded by Elon Musk that develops large language models, including Grok. Grok is trained on real-time data from X (formerly Twitter) and aims to provide accurate, up-to-date responses with a touch of wit and humor.
[xAI](https://x.ai/) is a new AI company founded by Elon Musk that develops large language models, including Grok. Grok is trained on real-time data from X (formerly Twitter) and aims to provide accurate, up-to-date responses with a touch of wit and humor.
In order to use LLMs from XAI, go to their [platform](https://console.x.ai) and get the API key. Set the API key as `XAI_API_KEY` environment variable to use the model as given below in the example.
In order to use LLMs from xAI, go to their [platform](https://console.x.ai) and get the API key. Set the API key as `XAI_API_KEY` environment variable to use the model as given below in the example.
## Usage

View File

@@ -27,7 +27,7 @@ To view all supported llms, visit the [Supported LLMs](./models).
<Card title="AWS bedrock" href="/components/llms/models/aws_bedrock"></Card>
<Card title="Gemini" href="/components/llms/models/gemini"></Card>
<Card title="DeepSeek" href="/components/llms/models/deepseek"></Card>
<Card title="XAI" href="/components/llms/models/xai"></Card>
<Card title="xAI" href="/components/llms/models/xAI"></Card>
</CardGroup>
## Structured vs Unstructured Outputs