mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs(xai): update model name to 'grok-2-vision-latest'
This commit is contained in:
parent
f505716499
commit
cb212850eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue