Merge pull request #9286 from colesmcintosh/xai-vision-model-docs-update

fix(docs): update xAI Grok vision model reference
This commit is contained in:
Ishaan Jaff 2025-03-31 15:49:06 -07:00 committed by GitHub
commit de9565dccf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@ from litellm import completion
os.environ["XAI_API_KEY"] = "your-api-key"
response = completion(
model="xai/grok-2-latest",
model="xai/grok-2-vision-latest",
messages=[
{
"role": "user",