-
Notifications
You must be signed in to change notification settings - Fork 19.4k
fix(xai): inject model_provider
in response_metadata
#33543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CodSpeed Performance ReportMerging #33543 will not alter performanceComparing Summary
Footnotes
|
model_provider
in reasoning_content
model_provider
in response_metadata
libs/partners/xai/tests/integration_tests/test_chat_models_standard.py
Outdated
Show resolved
Hide resolved
…n into mdrxy/xai-v1-tests
MODEL_NAME = "grok-4-fast-reasoning" | ||
|
||
|
||
@pytest.mark.parametrize("output_version", ["", "v1"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pytest.mark.parametrize("output_version", ["", "v1"]) | |
@pytest.mark.parametrize("output_version", ["v0", "v1"]) |
None
also works for v0
plus tests minor rfc