litellm-mirror/litellm/llms/github_copilot/__init__.py
2025-02-26 23:28:16 +07:00

17 lines
362 B
Python

from .constants import (
GITHUB_COPILOT_API_BASE,
CHAT_COMPLETION_ENDPOINT,
GITHUB_COPILOT_MODEL,
GetAccessTokenError,
GetAPIKeyError,
RefreshAPIKeyError,
)
__all__ = [
"GITHUB_COPILOT_API_BASE",
"CHAT_COMPLETION_ENDPOINT",
"GITHUB_COPILOT_MODEL",
"GetAccessTokenError",
"GetAPIKeyError",
"RefreshAPIKeyError",
]