feat: add model modules

This commit is contained in:
Henry Li
2026-01-14 07:16:45 +08:00
parent 721b26a32f
commit 83bd7e4309
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from .factory import create_chat_model
__all__ = ["create_chat_model"]