Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
92
def
make_async_client(**kwargs: Any) -> AsyncBedrockOpenAI:
93
return
AsyncBedrockOpenAI(http_client=httpx.AsyncClient(trust_env=False), **kwargs)
94
95
96
def
response_created_sse() -> str:
Callers
15
test_region_derived_base_url
Function · 0.85
test_bedrock_config_precedence
Function · 0.85
test_empty_env_bearer_falls_back_to_aws_credentials
Function · 0.85
test_bedrock_region_precedence
Function · 0.85
test_aws_profile_supplies_region
Function · 0.85
test_normalizes_responses_url
Function · 0.85
test_does_not_use_openai_api_key
Function · 0.85
test_direct_routing_mutations_survive_clone
Function · 0.85
test_direct_region_mutation_survives_clone
Function · 0.85
test_direct_base_url_mutation_survives_auth_override
Function · 0.85
test_preserves_default_chain_mode_across_with_options
Function · 0.85
test_preserves_region_derived_url_provenance_across_multiple_copies
Function · 0.85
Calls
1
AsyncBedrockOpenAI
Class · 0.90
Tested by
no test coverage detected