Files
lijiaoqiao/llm-gateway-competitors/litellm-wheel-src/litellm/llms/minimax/__init__.py
2026-03-26 16:04:46 +08:00

14 lines
202 B
Python

"""
MiniMax LLM Provider
"""
from .text_to_speech.transformation import (
MinimaxException,
MinimaxTextToSpeechConfig,
)
__all__ = [
"MinimaxTextToSpeechConfig",
"MinimaxException",
]