From 9c89e0ec95666f4adfe1cc31948114f947131c9f Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Fri, 11 Apr 2025 21:37:18 +0530 Subject: [PATCH] Doc; Update xAI doc (#2539) --- docs/components/llms/models/xAI.mdx | 2 +- docs/overview.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/llms/models/xAI.mdx b/docs/components/llms/models/xAI.mdx index 0d2ec1c9..39b159ca 100644 --- a/docs/components/llms/models/xAI.mdx +++ b/docs/components/llms/models/xAI.mdx @@ -19,7 +19,7 @@ config = { "llm": { "provider": "xai", "config": { - "model": "grok-2-latest", + "model": "grok-3-beta", "temperature": 0.1, "max_tokens": 2000, } diff --git a/docs/overview.mdx b/docs/overview.mdx index 7d8228c1..400dd689 100644 --- a/docs/overview.mdx +++ b/docs/overview.mdx @@ -5,7 +5,7 @@ iconType: "solid" --- - 🎉 We now support [Claude 3.7 Sonnet](components/llms/models/anthropic)! Enhance your AI assistants with the latest and most capable language model from Anthropic. + 🎉 We now support [Grok 3](components/llms/models/xAI)! Enhance your AI assistants with the latest and most capable language model from xAI. # Introduction