claude-code-proxy / config /provider_ids.py
Yash030's picture
Deploy claude-code-nvidia proxy to Hugging Face Spaces
0157ac7
"""Canonical provider id tuple (re-exported from the provider catalog)."""
from __future__ import annotations
from .provider_catalog import SUPPORTED_PROVIDER_IDS
__all__ = ("SUPPORTED_PROVIDER_IDS",)