dheraingoud's picture
feat: synchronize proxy with upstream commits up to 5305bd7 and integrate NIM key rotator
0a54372
Raw
History Blame Contribute Delete
298 Bytes
"""Shared provider lifecycle contracts.
Ordinary OpenAI-compatible vendors are immutable profiles. Concrete adapter
classes exist only for providers with stateful or algorithmic behavior.
"""
from .base import BaseProvider, ProviderConfig
__all__ = [
"BaseProvider",
"ProviderConfig",
]