mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
6 lines
108 B
Python
6 lines
108 B
Python
"""
|
|
Anthropic module for LiteLLM
|
|
"""
|
|
from .messages import acreate, create
|
|
|
|
__all__ = ["acreate", "create"]
|