Doc; Update xAI doc (#2539)

This commit is contained in:
Dev Khant
2025-04-11 21:37:18 +05:30
committed by GitHub
parent ca1ee2d2d7
commit 9c89e0ec95
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ config = {
"llm": { "llm": {
"provider": "xai", "provider": "xai",
"config": { "config": {
"model": "grok-2-latest", "model": "grok-3-beta",
"temperature": 0.1, "temperature": 0.1,
"max_tokens": 2000, "max_tokens": 2000,
} }

View File

@@ -5,7 +5,7 @@ iconType: "solid"
--- ---
<Note type="info"> <Note type="info">
🎉 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.
</Note> </Note>
# Introduction # Introduction