2023-11-07 19:44:47 +08:00

6 lines
78 B
Python

from .openai_model import getChatModel
__all__ = [
"getChatModel"
]