Files
lijiaoqiao/llm-gateway-competitors/litellm-wheel-src/litellm/anthropic_interface/__init__.py

7 lines
108 B
Python
Raw Normal View History

"""
Anthropic module for LiteLLM
"""
from .messages import acreate, create
__all__ = ["acreate", "create"]