mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
test fix xai
This commit is contained in:
parent
1caefb0ce0
commit
7548e87cf8
1 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ def test_completion_xai(stream):
|
|||
},
|
||||
]
|
||||
response = completion(
|
||||
model="xai/grok-beta",
|
||||
model="xai/grok-3-mini-beta",
|
||||
messages=messages,
|
||||
stream=stream,
|
||||
)
|
||||
|
|
@ -156,7 +156,7 @@ def test_xai_message_name_filtering():
|
|||
{"role": "assistant", "content": "Hello", "name": "Jane"},
|
||||
]
|
||||
response = completion(
|
||||
model="xai/grok-beta",
|
||||
model="xai/grok-3-mini-beta",
|
||||
messages=messages,
|
||||
)
|
||||
assert response is not None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue