Create xAI configuration.
(self, api_key: str)
| 903 | |
| 904 | @pytest.fixture |
| 905 | def xai_config(self, api_key: str) -> Any: |
| 906 | """Create xAI configuration.""" |
| 907 | return LlmConfig.xai(api_key, "grok-4") |
| 908 | |
| 909 | @pytest.fixture |
| 910 | def xai_client(self, xai_config: Any) -> Any: |