MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / xai_config

Method xai_config

tests/python_integration_tests/tests_llm.py:905–907  ·  view source on GitHub ↗

Create xAI configuration.

(self, api_key: str)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls 1

xaiMethod · 0.45

Tested by

no test coverage detected