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

Class _Provider

src/openai/_provider.py:13–16  ·  view source on GitHub ↗

Opaque configuration returned by an OpenAI-owned provider factory.

Source from the content-addressed store, hash-verified

11
12
13class _Provider:
14 """Opaque configuration returned by an OpenAI-owned provider factory."""
15
16 __slots__ = ("__weakref__",)
17
18
19@dataclass

Callers 1

_create_providerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected