doc: fix xai tile
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: xAI
|
||||||
|
---
|
||||||
|
|
||||||
[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.
|
||||||
@@ -28,4 +32,4 @@ m.add("Likes to play cricket on weekends", user_id="alice", metadata={"category"
|
|||||||
|
|
||||||
## Config
|
## Config
|
||||||
|
|
||||||
All available parameters for the `xai` config are present in [Master List of All Params in Config](../config).
|
All available parameters for the `xai` config are present in [Master List of All Params in Config](../config).
|
||||||
Reference in New Issue
Block a user