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

Function make_async_client

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

Source from the content-addressed store, hash-verified

90
91
92def make_async_client(**kwargs: Any) -> AsyncBedrockOpenAI:
93 return AsyncBedrockOpenAI(http_client=httpx.AsyncClient(trust_env=False), **kwargs)
94
95
96def response_created_sse() -> str:

Calls 1

AsyncBedrockOpenAIClass · 0.90

Tested by

no test coverage detected