MCPcopy
hub / github.com/openai/openai-python / make_sync_client

Function make_sync_client

tests/lib/test_bedrock.py:88–89  ·  view source on GitHub ↗
(**kwargs: Any)

Source from the content-addressed store, hash-verified

86
87
88def make_sync_client(**kwargs: Any) -> BedrockOpenAI:
89 return BedrockOpenAI(http_client=httpx.Client(trust_env=False), **kwargs)
90
91
92def make_async_client(**kwargs: Any) -> AsyncBedrockOpenAI:

Calls 1

BedrockOpenAIClass · 0.90

Tested by

no test coverage detected