Shyamnath's picture
Push core package and essential files
469eae6
raw
history blame
108 Bytes
"""
Anthropic module for LiteLLM
"""
from .messages import acreate, create
__all__ = ["acreate", "create"]