codefuse-chatbot/dev_opsgpt/llm_models/__init__.py

6 lines
78 B
Python

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