From 48176bd19436556fb864bb51496eae19d7074c37 Mon Sep 17 00:00:00 2001 From: Dev-Khant Date: Wed, 26 Feb 2025 13:56:09 +0530 Subject: [PATCH] doc: fix xai tile --- docs/components/llms/models/xAI.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/components/llms/models/xAI.mdx b/docs/components/llms/models/xAI.mdx index fbf6486d..c9e06125 100644 --- a/docs/components/llms/models/xAI.mdx +++ b/docs/components/llms/models/xAI.mdx @@ -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. 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 -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). \ No newline at end of file