Files
LLaMA-Factory/src/llmtuner/chat/__init__.py
2024-01-18 09:54:23 +08:00

5 lines
60 B
Python

from .chat_model import ChatModel
__all__ = ["ChatModel"]