mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-08 06:16:47 +08:00
5 lines
60 B
Python
5 lines
60 B
Python
from .chat_model import ChatModel
|
|
|
|
|
|
__all__ = ["ChatModel"]
|